Hello,
I'm using the following method to obtain the position of
some terms in a document:
int[] indexOfTerms = TermPositionVector.indexesOf(String[]
terms, int start, int len);
Should I parse the strings contained in "terms"
before I apply indexOf()?
Thank you in advance
Patricio
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/d
e/go/browser
------------------------------------------------------------
---------
To unsubscribe, e-mail: java-user-unsubscribe lucene.apache.org
For additional commands, e-mail: java-user-help lucene.apache.org
|