Hi, > As I said in my proposal, I think the first step towards adding Solr to > Bloodhound would be to create the Solr schemas for BH. My question at this > point is what are the searchable attributes in Bloodhound right now? Or is > there a specific file that lists all the searchable attributes?
You can check attributes currently supported by bloodhound_search, check bloodhound_search/bhsearch/search_resources module. For example, for ticket see ticket_search.py class TicketFields. Pay attention that TicketFields is derived from IndexFields. Check also Whoosh schema located at bloodhound_search/bhsearch/whoosh_backend.py Cheers, Andrej Golcov
