Result list order in case of ties

2011-07-12 Thread Lox
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:

Re: Feed index with analyzer output

2011-07-05 Thread Lox
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

Payload doesn't apply to WordDelimiterFilterFactory-generated tokens

2011-07-04 Thread Lox
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

Feed index with analyzer output

2011-07-02 Thread Lox
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

Re: Feed index with analyzer output

2011-07-02 Thread Lox
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) lst