Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-03-18 Thread Anurag
I have some sample code to implement it written using Lucene. This code is not final and need many modification. Now i want to embed with solr. How this is possible. the code is below //package lia.searching; import java.util.Arrays; import java.util.Collections; //import org.apache.lucene.analysi

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Anurag
The query will be like 1. " at least (lucene) " 2. " mostly (solr) " 3. Q(query)="most"(t1,t2,t3,t7) where t1,t2,t3,t7 are terms 4. Q=(t1,0.9) and {(t2,0.5) or (t3,0.7)} Actually the purpose to expand the query types enterd by user. On Sun, Jan 16, 2011 at 12:55 AM, iorixxx [via Lucene] <

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Ahmet Arslan
> want my query types > to be like > eg. at least "some query", or >      most of "some query" Can you elaborate more? It is not so visible what you want.

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Anurag
Please reply...I need help from you all... - Kumar Anurag -- View this message in context: http://lucene.472066.n3.nabble.com/Implementing-Fuzzy-Search-using-OWA-operator-and-Fuzzy-Linguistic-Quantifier-tp2261469p2262917.html Sent from the Solr - User mailing list archive at Nabble