Hi,
In the case where two or more documents are returned with the same score, is
there a way to tell Solr to sort them alphabetically?
I have already tried to use the tie-breaker, but I have just one field to
search.
Thank you.
--
View this message in context:
http://lucene.472066.n3.nabble.c
Ok,
the very short question is:
Is there a way to submit the analyzer response so that solr already knows
what to do with that response? (that is, which field are to be treated as
payloads, which are tokens, etc...)
Chris Hostetter-3 wrote:
>
> can you explain a bit more about what you goal is
Hi, I have a problem with the WordDelimiterFilterFactory and the
DelimitedPayloadTokenFilterFactory.
It seems that the payloads are applied only to the original word that I
index and the WordDelimiterFilter doesn't apply the payloads to the tokens
it generates.
For example, imagine I index the str
Yes, from an utilitarian perspective you're absolutely right.
Mine is actually a more academic exercise.
I will be more clear on the steps that I would like to take:
1) Call the analyzer of Solr that returns me an XML response in the
following format (just a snippet as example)
Hi,
I'm trying to achieve a sort of better separation between the analysis of a
document (tokenizing, filtering ecc.) and the indexing (storing).
Now, I would like my application to call the analyzer (/analysis/document)
via REST which returns the various tokens in xml format, then feed these
data