Re: Get TermVectors for query hits only

2009-07-13 Thread Walter Ravenek
Thanks Grant, I think I get the idea. Grant Ingersoll wrote: I seem to recall that the Highlighter in Solr is pluggable, so you may want to work at that level instead of the client side. Otherwise, you likely would have to implement your own TermVectorMapper and add that to the TermVectorCo

Re: Get TermVectors for query hits only

2009-07-13 Thread Grant Ingersoll
I seem to recall that the Highlighter in Solr is pluggable, so you may want to work at that level instead of the client side. Otherwise, you likely would have to implement your own TermVectorMapper and add that to the TermVectorComponent capability which then feeds your client. For an exam

Get TermVectors for query hits only

2009-07-13 Thread Walter Ravenek
Hi all, When I'm using the TermVectorComponent I receive term vectors with all tokens in the documents that meet my search criteria. I would be interested in getting the offsets for just those terms in the documents that meet the search citeria. My documents are about 200 K and are in XML. If