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
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
>
>
[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
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
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
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