: I am trying to search a solr index and I don't understand whether the query
: has to conform to a lucene query structure
Fundementally, there is no single query structure -- anyone can write a
request handler that parses any syntax they want.
Practically speaking, Solr comes with two request h
Hi,
I am trying to search a solr index and I don't understand whether the query
has to conform to a lucene query structure
maybe even generated by the lucene api such as QueryParser. If that is the
case then what happens with the tokens in my query? Are they further
tokenised by the tokenizer cl