Re: Lucene index on relational data

2008-04-12 Thread Karl Wettin
Rajesh parab skrev: How do we specify the primary key or doc id so that newly added document will use the same doc id. Do you have any sample code that makes use of this patch? Sorry, there is only the test case in the patch. Secondly, there was a comment saying it is a proof of concept and

Re: Call Lucene default command line Search from PHP script

2008-04-12 Thread Raghu Ram
try using php java bridge http://php-java-bridge.sourceforge.net/ Its a way for using java objects directly in php. 2008/3/25 Mathieu Lecarme <[EMAIL PROTECTED]>: > milu07 a écrit : > > Hello, > > > > My machine is Ubuntu 7.10. I am working with Apache Lucene. I have done > > with > > indexer an

Re: Using Lucene partly as DB and 'joining' search results.

2008-04-12 Thread Paul Elschot
Op Saturday 12 April 2008 00:03:13 schreef Antony Bowesman: > Paul Elschot wrote: > > Op Friday 11 April 2008 13:49:59 schreef Mathieu Lecarme: > >> Use Filter and BitSet. > >> From the personnal data, you build a Filter > >> (http://lucene.apache.org/java/2_3_1/api/org/apache/lucene/search/ > >>F

Re: Lucene index on relational data

2008-04-12 Thread Mathieu Lecarme
Regarding data and its relationships - the use case I am trying to solve is to partition my data into 2 indexes, a primary index that will contains majority of the data and it is fairly static. The secondary index will have related information for the same data set in primary index and this relate