Re: solr query search : flow of execution.

2009-12-31 Thread Erik Hatcher
My first recommendation would be to do this client-side, just search again with a new query if there are zero results returned. However, you can accomplish what you're after with custom QueryComponent, subclassing the default one, call super, check the count, if zero, adjust the query and c

solr query search : flow of execution.

2009-12-31 Thread Smith G
Hello All, I have no complete knowledge of query execution workflow . I have an issue. I had one approach to edit all the user submitted queries in the queryparser part ( for every request ), but later I was suggested to do query modification only if the user submitted query has no re