Hello Group
How can I optimize the response time to my index, here is my case:
I have a set of documents indexed with two fields, the first is "content" which represents the textual content of the document, the second is "category" which represents the category of the document
if i want to search on content of a sub-set of documents linked to one or more categories in order to optimize acces to index, what type of query can I use to optimize the response time?
I thought of a search on the field "category" with a filter on the field "content"?
but I see that the time of response is higher that searching directly on the content filed , so I do not understand why
Thank you for giving me ideas
Thank you