コード例 #1
0
from models import StateBill
from smartsearch import build_haystack_index

StateBillIndex = build_haystack_index(StateBill)

コード例 #2
0
from models import Bill
from smartsearch import build_haystack_index

BillIndex = build_haystack_index(Bill)

コード例 #3
0
from .models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

コード例 #4
0
from models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

コード例 #5
0
from models import StateBill
from smartsearch import build_haystack_index

StateBillIndex = build_haystack_index(StateBill)