Re: Feed index with analyzer output

2011-07-05 Thread Andrzej Bialecki
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/

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

Re: Feed index with analyzer output

2011-07-04 Thread Chris Hostetter
: 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

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)

Re: Feed index with analyzer output

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