Re: term frequency vector access?

2010-02-11 Thread Andrzej Bialecki
On 2010-02-11 17:04, Mike Perham wrote: In an UpdateRequestProcessor (processing an AddUpdateCommand), I have a SolrInputDocument with a field 'content' that has termVectors="true" in schema.xml. Is it possible to get access to that field's term vector in the URP? No, term vectors are created

Re: term frequency vector access?

2010-02-11 Thread Koji Sekiguchi
Mike Perham wrote: In an UpdateRequestProcessor (processing an AddUpdateCommand), I have a SolrInputDocument with a field 'content' that has termVectors="true" in schema.xml. Is it possible to get access to that field's term vector in the URP? You cannot get term vector info of a document b

term frequency vector access?

2010-02-11 Thread Mike Perham
In an UpdateRequestProcessor (processing an AddUpdateCommand), I have a SolrInputDocument with a field 'content' that has termVectors="true" in schema.xml. Is it possible to get access to that field's term vector in the URP?