You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Damerian <da...@gmail.com> on 2012/02/09 12:34:41 UTC

Fwd: Delete words in a specific increment Position with Lucene


-------- Αρχικό Μήνυμα --------
Θέμα: 	Delete words in a specific increment Position with Lucene
Ημερομηνία: 	Tue, 07 Feb 2012 18:48:03 +0100
Από: 	Damerian <Da...@gmail.com>
Προς: 	java-user-subscribe@lucene.apache.org



Greetings,

I used Lucene to make a simple filter that recognizes main names (Two
consequent words in a strem that both start with Capital letters and all
the rest ar lowercase letters). My problem is that although i can join
the words and correctlly input the newly created token in its proper
position in that position i still have as a token the first main name i
found . My question is whether i can somehow delete the content of a
specified position increment before using it.

Thank you in advance for your answer,
I hope this list is for questions like this and i am not spamming right
now,
regards!