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 before indexing it. But I think you can index it to RAM based index (InstantiatedIndex for instance), then you can get them. Koji -- http://www.rondhuit.com/en/