Hi,

 

I’ve written my own analyzer to index and query a set of documents. At indexing 
time everything goes well but  

now I have a problem in  query phase. 

I need to pass  the whole query string to my analyzer before the edismax query 
parser begins its tasks.

In other words I have to preprocess the raw query string. 

The phrase querying does not fit my needs because I don’t have to match the 
entire set of terms/tokens. 

How can I achieve this?

 

Thank you in advance.

 

 

Francesco 

 

Reply via email to