Re: wizard for search in Lucene

2008-10-31 Thread Albert Juhe
my-master-thesis/ >> >> Also, have a look at the package org.apache.lucene.analysis.ngram: >> http://lucene.apache.org/java/2_3_2/api/org/apache/lucene/analysis/ngram/package-summary.html >> > > > > -- > Aleksander M. Stensby > Senior Software Developer > Integrasco A/S > +47 41 22 82 72 > [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/wizard-for-search-in-Lucene-tp19900220p20265608.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wizard for search in Lucene

2008-10-10 Thread Aleksander M. Stensby
From what I can understand, you want to insert the word "history" and then get proposed "related" terms in combination with your input query. In essense this would be to do a "look-up" on top-terms in the subset of documents matching the initial query "history". Exactly how you could do this

Re: wizard for search in Lucene

2008-10-09 Thread Asbjørn A . Fellinghaug
Albert Juhe: > > Hi, > > I want to make a wizard that can help to find n-grams terms. > For example: > If i want to search History, after write it the system propose you the > following searches: > history europe > history spain > history . > Consulting the terms indexed. > > Does it exits i

wizard for search in Lucene

2008-10-09 Thread Albert Juhe
this message in context: http://www.nabble.com/wizard-for-search-in-Lucene-tp19900220p19900220.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional