Thanks Chris,
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-get-term-vector-information-of-sepcific-word-position-in-field-tp4047637p4050997.html
Sent from the Solr - User mailing list archive at Nabble.com.
: is there any way, if i can get term vector information of specific word
: only, like i can pass the word, and it will just return term position and
: frequency for that word only?
:
: and also if i can pass the position e.g. startPosition=5 and endPosition=10;
: then it will return terms, posit
The requirement might seems weird, but the text field is big, and to get term
vector information for 10 records in response will decrease the speed. and
also i don't want term vector information of all the words.
Is there any possible solution ?
--
View this message in context:
http://lucene