I tend to query for a specific field, eg.

title:*The Right Way* AND text:*The Right Way*

Is there a way to query The Right Way in any field I cannot no in advance?

link|improve this question

feedback

1 Answer

You have to parse a query using MultiFieldQueryParser or you can create a field which concatenates the content you would like to search and search only that field.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.