what's the status of Indexing Boolean Expressions in lucene?

2014-06-16 Thread Li Li
I have read http://lucene.472066.n3.nabble.com/Indexing-Boolean-Expressions-td3762960.html. is it now availabe in lucene? - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

Re: Indexing Boolean Expressions

2013-02-11 Thread J. Delgado
of indexing Boolean Expressions inside a text indexing engine is not new. For example Oracle Text provides the CTXRULE index and the MATCHES operator within their indexing stack, which is primarily used for Rule-based text classification. See: http://docs.oracle.com/cd/B28359_01/text.111/b28303

Re: Indexing Boolean Expressions

2013-02-11 Thread Otis Gospodnetic
further back, at least to alerting in Verity K2. wunder Search Guy, Chegg On Mar 26, 2012, at 10:15 AM, J. Delgado wrote: BTW, the idea of indexing Boolean Expressions inside a text indexing engine is not new. For example Oracle Text provides the CTXRULE index and the MATCHES operator

Re: Indexing Boolean Expressions

2013-02-11 Thread J. Delgado
with values assigned), which is the core of what is described in this paper: Indexing Boolean Expressions (See http://www.vldb.org/pvldb/2/vldb09-83.pdf) -- J So to effectively resolve the problem of realtime matching one can On Tue, Feb 21, 2012 at 2:18 PM, Joe Cabrera calcmaste...@gmail.comwrote

Re: Indexing Boolean Expressions

2012-03-26 Thread Mikhail Khludnev
this efficiently we need to be able to build indexes on Boolean expressions (Lucene queries) and retrieve the set of matching expressions given a doc (typically few attributes with values assigned), which is the core of what is described in this paper: Indexing Boolean Expressions (See http

Re: Indexing Boolean Expressions

2012-03-26 Thread J. Delgado
(Lucene queries) and retrieve the set of matching expressions given a doc (typically few attributes with values assigned), which is the core of what is described in this paper: Indexing Boolean Expressions (See http://www.vldb.org/pvldb/2/vldb09-83.pdf) -- J So to effectively resolve the problem

Re: Indexing Boolean Expressions

2012-03-26 Thread J. Delgado
BTW, the idea of indexing Boolean Expressions inside a text indexing engine is not new. For example Oracle Text provides the CTXRULE index and the MATCHES operator within their indexing stack, which is primarily used for Rule-based text classification. See: http://docs.oracle.com/cd/B28359_01

Re: Indexing Boolean Expressions

2012-03-26 Thread Walter Underwood
Efficient rule matching goes further back, at least to alerting in Verity K2. wunder Search Guy, Chegg On Mar 26, 2012, at 10:15 AM, J. Delgado wrote: BTW, the idea of indexing Boolean Expressions inside a text indexing engine is not new. For example Oracle Text provides the CTXRULE index

Re: Indexing Boolean Expressions

2012-03-05 Thread J. Delgado
Boolean Expressions (See http://www.vldb.org/pvldb/2/vldb09-83.pdf) -- J So to effectively resolve the problem of realtime matching one can On Tue, Feb 21, 2012 at 2:18 PM, Joe Cabrera calcmaste...@gmail.com wrote: On 02/21/2012 12:15 PM, Aayush Kothari wrote: So if Aayush Kothari

Indexing Boolean Expressions

2012-02-21 Thread J. Delgado
Hi, I would like to propose implementing Indexing Boolean Expressions (See http://www.vldb.org/pvldb/2/vldb09-83.pdf) as a Lucene-based project for GSoC. Here is a snippet from the Abstract of the paper: We consider the problem of efficiently indexing Disjunctive Normal Form (DNF) and Conjunctive

Re: Indexing Boolean Expressions

2012-02-21 Thread Aayush Kothari
That's a really nice application of DNF and CNF. I'd be happy to work at it if it gets approved in GSoC. On 21 February 2012 14:09, J. Delgado joaquin.delg...@gmail.com wrote: Hi, I would like to propose implementing Indexing Boolean Expressions (See http://www.vldb.org/pvldb/2/vldb09-83.pdf

Re: Indexing Boolean Expressions

2012-02-21 Thread J. Delgado
, Aayush Kothari aayush.kothar...@gmail.comwrote: That's a really nice application of DNF and CNF. I'd be happy to work at it if it gets approved in GSoC. On 21 February 2012 14:09, J. Delgado joaquin.delg...@gmail.com wrote: Hi, I would like to propose implementing Indexing Boolean

Re: Indexing Boolean Expressions

2012-02-21 Thread Aayush Kothari
So if Aayush Kothari is interested in working on this as a Student, all we need is a formal mentor (I can be the informal one). Anyone up for the task? Completely interested in working for and learning about the aforementioned subject/project. +1.