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?
|
I tend to query for a specific field, eg.
Is there a way to query The Right Way in any field I cannot no in advance?
| |||
|
feedback
|
|
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. | ||||
|
feedback
|