On 7/5/11 1:37 PM, Lox wrote:
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...)
Check this issue: http://issues.apache.org/jira/
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
: 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)
...
: 2) now I would like to be able to extract the info that I need from there
: and tell Solr directly whic
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 Lox,
But I would also like to retain the original non-analyzed field for
>
diplaying purposes.
>
Actually, for stored fields, Solr always retains the original non-analyzed
content, which is the one included in the response. So, if I'm not missing
something, you don't need to separate the analy