Hi, I am currently constructing a term using the below steps,
Final Static (class level): Term t=new Term(fieldName); Inside some function(s): t.createTerm(termText); It seems like createTerm method has been removed from Lucene 4.3.0 API, I just thought of checking the best / efficient way to create a Term. Can someone please guide me on that? Thanks, BB -- View this message in context: http://lucene.472066.n3.nabble.com/Best-way-to-construct-term-tp4062388.html Sent from the Lucene - General mailing list archive at Nabble.com.
