@lucene.apache.org
Subject: Re: Combination of EmbeddedSolrServer and CommonHttpSolrServer
On Wed, Mar 11, 2009 at 6:37 PM, Kulkarni, Ajit Kamalakar <
ajkulka...@ptc.com> wrote:
>
> If we index the documents using CommonsHttpSolrServer and search using
> the same, we get the
Ryan,
If we index the documents using CommonsHttpSolrServer and search using
the same, we get the updated results
That means we can search the latest added document as well even if it is
not committed to the file system
So it looks like there is some kind of cache that is used by both index
Hi,
The query
1. NOT(IBA60019_l:1) AND NOT(IBA60019_l:0) AND
businessType:wt.doc.WTDocument
works
But below query does not work
2. (NOT(IBA60019_l:1) AND NOT(IBA60019_l:0)) AND
businessType:wt.doc.WTDocument
Query number 1 shows the records but Query number 2 do