I have an application that searches for the title of the news (title, body) as a separate field in the Lucene document Need to search on Create a query that promotes the body with the title. (Title is more important in search) but it slows down the search speed. An optimization tip shows me that I can add these two areas to one and it accelerates search and indexing, but I think I Want to search (body promotion title).
Anyway to combine benefits?
The title of the title of the headline to promote more body than the title and index them in the same area. To add the bar.
Or you can use the payload and you can override the equality. See:
I suspect that any of these solutions will give you a lot in a speed improvement.
Comments
Post a Comment