hi, Arslan!
By object, I was saying an instance of [org.apache.lucene.search.Query].
For performance purposes, I'm wanting rewrite a fuzzy query in a field and,
then, query in another.
Thank you!
On Thu, Mar 17, 2011 at 18:43, Ahmet Arslan wrote:
> > Given a Query object "(name:firefox
> > nam
Rewriting fuzzy queries in spellchecker index is a good practice?
When I rewrite these queries in the main index, the rewriting time is about
3.5 - 4 secs. Now, this rewrites takes a few milliseconds.
Given a Query object "(name:firefox name:opera)", is it possible 'rename'
the fields names to, for example, "(content:firefox content:opera)"?
How can I get the payload from each highlighted term?
Hi!
I'm studying a migration from "pure" Lucene to Solr, but I need a crucial
feature:
Is it posible to retrieve payloads from Solr?
I'm storing the coordinates from each term in its payload to highlight
images in client-side.
Thank you,