RE: Reverse Matching

2014-02-18 Thread Siraj Haider
Thanks Alan. Do you know when we could expect it to be released? regards -Siraj (212) 306-0154 -Original Message- From: Alan Woodward [mailto:a...@flax.co.uk] Sent: Monday, February 17, 2014 4:50 PM To: java-user@lucene.apache.org Cc: 'Ahmet Arslan' Subject: Re: Reverse Ma

Re: Reverse Matching

2014-02-17 Thread Alan Woodward
work > around it. > > regards > -Siraj > > > -Original Message- > From: Ahmet Arslan [mailto:iori...@yahoo.com] > Sent: Friday, February 14, 2014 8:19 PM > To: java-user@lucene.apache.org; Ahmet Arslan > Subject: Re: Reverse Matching > >

RE: Reverse Matching

2014-02-17 Thread Siraj Haider
[mailto:iori...@yahoo.com] Sent: Friday, February 14, 2014 8:19 PM To: java-user@lucene.apache.org; Ahmet Arslan Subject: Re: Reverse Matching Hi, Here are two more relevant links: https://github.com/flaxsearch/luwak http://www.lucenerevolution.org/2013/Turning-Search-Upside-Down-Using-Lucene

Re: Reverse Matching

2014-02-14 Thread Ahmet Arslan
case. Here is a couple of pointers:  http://www.slideshare.net/jdhok/diy-percolator http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-percolate.html On Friday, February 14, 2014 8:21 PM, Siraj Haider wrote: Hi There, Is there a way to do reverse matching by

Re: Reverse Matching

2014-02-14 Thread Ahmet Arslan
there a way to do reverse matching by indexing the queries in an index and passing a document to see how many queries matched that? I know that I can have the queries in memory and have the document parsed in a memory index and then loop through trying to match each query. The issue I have is

Reverse Matching

2014-02-14 Thread Siraj Haider
Hi There, Is there a way to do reverse matching by indexing the queries in an index and passing a document to see how many queries matched that? I know that I can have the queries in memory and have the document parsed in a memory index and then loop through trying to match each query. The