Thanks ahammad for the quick reply.
As suggested, I am trying out multi core way of implementing the search. I
am trying out the multicore example and getting stuck at an issue. Here is
what I did and the issue I am facing
1) Downloaded 1.4 and started the multicore example using java
-Dsolr.solr
Both schema.xml ( in example/multicore/core0/conf and
example/multicore/core1/conf ) already have
* name*
Here are the following query responses:
1)
http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=*:*
0254MA147LL/AApple 60
GB iPod with Video
I am using solr 1.4 dev in a multicore way. Each of my core's
solrconfig.xml has the following lines
I am using SolrJ as EmbeddedSolrServer. When I try to add a POJO ( with
@Field annotations ), the data does not get indexed. Where as, if I use
SolrInputDocument way, the data gets indexed.
PS
BinaryRequestWriter());
server.deleteByQuery("*:*");
server.commit();
server.optimize();
Thanks!
On Mon, Jul 20, 2009 at 3:26 PM, Code Tester <
codetester.codetes...@gmail.com> wrote:
> I am using solr 1.4 dev in a multicore way. Each of my core's
!
On Mon, Jul 20, 2009 at 3:41 PM, Code Tester <
codetester.codetes...@gmail.com> wrote:
> Another observation:
>
> I am even unable to delete documents using the EmbeddedSolrServer ( on a
> specific core )
>
> Steps:
>
> 1) I have 2 cores ( core0 , core1 ) Each o