So I have a keyword field with this schema
Indexed, Tokenized, Multivalued, TermVector Stored, Omit Norms
then I wanna search set of keywords against it like
q=keyword:keyword1, keyword2, keyword3, etc, etc
and want to return ...
I'm using Solr 1.4. I have several fields which have the type "text_keyword". I need to do full text search (using dismax query) which involves searching across all fields. However, to ...
I have got a solr search implemented and everything is working fine. Just a quick question. When user searches in our database for e.g. New Honda Civic. Solr would only return ...