You'll get more responses if you ask on the user's list. This list is for the development of the Lucene library, not for user application of the library.
On Jul 5, 2011, at 6:42 PM, jcardona7508 wrote: > Hi everybody, I have a question, I need a to create documents with two words > terms, for example, the content of the document is: > "I have problems using the operating system windows 7", where terms must be: > Ter1: I > Ter2: have > Term3: problems > Term4: using > Term5: the > Term6: operating system > Term7: windows 7 > > The terms 6 and 7 must be two words, "operating system" and "windows 7" > because in the program it has sense together, not "operating" , "system", > "windows", "7". > Can I create terms with 2 words? like Term6: "operating system"? > What can I do? > Thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Two-words-Terms-tp3142833p3142833.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
