Re: Multi-value (complex) field indexing

2009-12-30 Thread Leonid M.
* Yes, I understand the first part about two rows and querying. * The problem is - I'm not the one creating those Analyzers and storing documents into indexes. All I could say - "add this field to document", it's as simple as this. Luckily the system is built using Pico and OSGi, so I will try t

Re: Multi-value (complex) field indexing

2009-12-29 Thread Leonid M.
> you > > mean "only match the document if the phrase is in a *some* row in the doc", > it should work. > > The SpanNear query should work, as should regular phrase queries. > > If this is off base, could you provide some more examples? > > HTH > Erick > &g

Multi-value (complex) field indexing

2009-12-28 Thread Leonid M.
*Problem description* - I have a complex multi-value field. So, each value consist from several rows. - Each rows consists from several cells/items I want to be able to match those issues, which have a *row* with cellA="AAA" and cellB="BBB". Having a search by all the table (meaning - a

Re: Newbie question: using Lucene to index hierarchical information.

2008-09-10 Thread Leonid M.
Hi Karsten, Thanks a lot. I finally have got Your idea. Ok, I think it's worth to do the real job now :) Thanks for the advices, finally I have understood the directions I could go for it. > > do you really need the "Complex scenario"? > what kind of query is your use case? My Query UC is smth

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-04 Thread Leonid M.
dified and read concurrently all the time, but > none of these other servers have ever exhibited this bug. > > > > - Original Message > From: Leonid M. <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Thursday, September 4, 2008 5:35:47 PM > Subje

Re: Problem with lucene search starting to return 0 hits when a few seconds earlier it was returning hundreds

2008-09-04 Thread Leonid M.
* And what's about visibility filter? * Are you sure no one else accesses IndexReader and modifies index? See reader.maxDocs() to be confident. On Fri, Sep 5, 2008 at 12:19 AM, Justin Grunau <[EMAIL PROTECTED]> wrote: > We have some code that uses lucene which has been working perfectly well > fo