from models import StateBill from smartsearch import build_haystack_index StateBillIndex = build_haystack_index(StateBill)
from models import Bill from smartsearch import build_haystack_index BillIndex = build_haystack_index(Bill)
from .models import Person from smartsearch import build_haystack_index PersonIndex = build_haystack_index(Person)
from models import Person from smartsearch import build_haystack_index PersonIndex = build_haystack_index(Person)