You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Andres de la Peña <ad...@stratio.com> on 2016/04/25 16:04:04 UTC

Evaluate if a document satisfies a query

Hi all,

Is it possible to evaluate if a document satisfies a query? Of course it
can be done indexing the document in a RAMIndex and querying it, but I
wonder if it is possible to do it in a more efficient way.

Thanks,

-- 
Andrés de la Peña

Vía de las dos Castillas, 33, Ática 4, 3ª Planta
28224 Pozuelo de Alarcón, Madrid
Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd
<https://twitter.com/StratioBD>*

Re: Evaluate if a document satisfies a query

Posted by Andres de la Peña <ad...@stratio.com>.
Hi Ahmet,

MemoryIndex is exactly what I was looking for.

Thanks a lot for the quick response :)

2016-04-25 15:40 GMT+01:00 Ahmet Arslan <io...@yahoo.com.invalid>:

> Hi,
>
> MemoryIndex is used for that purpose.
>
> Please see :
>
> https://github.com/flaxsearch/luwak
>
>
> https://www.elastic.co/guide/en/elasticsearch/reference/current/search-percolate.html
>
>
> http://lucene.apache.org/core/6_0_0/memory/index.html?org/apache/lucene/index/memory/MemoryIndex.html
> Ahmet
>
>
>
>
> On Monday, April 25, 2016 5:04 PM, Andres de la Peña <
> adelapena@stratio.com> wrote:
> Hi all,
>
> Is it possible to evaluate if a document satisfies a query? Of course it
> can be done indexing the document in a RAMIndex and querying it, but I
> wonder if it is possible to do it in a more efficient way.
>
> Thanks,
>
> --
> Andrés de la Peña
>
> Vía de las dos Castillas, 33, Ática 4, 3ª Planta
> 28224 Pozuelo de Alarcón, Madrid
> Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd
> <https://twitter.com/StratioBD>*
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>


-- 
Andrés de la Peña

Vía de las dos Castillas, 33, Ática 4, 3ª Planta
28224 Pozuelo de Alarcón, Madrid
Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd
<https://twitter.com/StratioBD>*

Re: Evaluate if a document satisfies a query

Posted by Ahmet Arslan <io...@yahoo.com.INVALID>.
Hi,

MemoryIndex is used for that purpose.

Please see :

https://github.com/flaxsearch/luwak

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-percolate.html

http://lucene.apache.org/core/6_0_0/memory/index.html?org/apache/lucene/index/memory/MemoryIndex.html
Ahmet




On Monday, April 25, 2016 5:04 PM, Andres de la Peña <ad...@stratio.com> wrote:
Hi all,

Is it possible to evaluate if a document satisfies a query? Of course it
can be done indexing the document in a RAMIndex and querying it, but I
wonder if it is possible to do it in a more efficient way.

Thanks,

-- 
Andrés de la Peña

Vía de las dos Castillas, 33, Ática 4, 3ª Planta
28224 Pozuelo de Alarcón, Madrid
Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd
<https://twitter.com/StratioBD>*

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org