Re: is SOLR-2412 production ready?

2011-10-09 Thread Toke Eskildsen
Hello abhyad, I can see that you asked the same question on our blog, so I've taken the liberty to copy my answer to this mailing list so that more people can benefit from the discussion. On Sat, 2011-10-08 at 00:46 +0200, abhayd wrote: > i need pivot kind of facet functionality but for multipat

Re: DeltaQuery for more than one table

2011-10-09 Thread jhansi
This is my config file, and when i update a record in any one table i am getting this response - - 0 0 - - db-data-configTwoTablej.xml delta-import

Re: Interesting DIH challenge

2011-10-09 Thread Gora Mohanty
On Mon, Oct 10, 2011 at 6:30 AM, Pulkit Singhal wrote: > @Gora Thank You! > > I know that Solr accepts xml with Solr specific elements that are commands > that only it understands ... such as , etc. > > Question: Is there some way to ask Solr to dump out whatever it has in its > index already ...

Solr Cloud on solrcloud branch acting strange

2011-10-09 Thread Jamie Johnson
I'm doing some work on the solrcloud branch in SVN and am noticing some strange (but perhaps expected) behavior when executing queries. I have setup a simple 2 shard cluster, indexed 50 documents into each (verified by accessing http://localhost:8983/solr/select/?q=*:* and http://localhost:7574/sol

Re: Interesting DIH challenge

2011-10-09 Thread Shawn Heisey
On 10/9/2011 7:00 PM, Pulkit Singhal wrote: I know that Solr accepts xml with Solr specific elements that are commands that only it understands ... such as, etc. Question: Is there some way to ask Solr to dump out whatever it has in its index already ... as a Solr xml document? Plan: I intend

searching documents partially

2011-10-09 Thread deniz
hi all i would like to let users make partial searches on my documents. let me explain i have a site in which i have some documents to store information like title, category, number of pages, contents and so on. i want to make some part of my documents invisible to users. lets say i have 100 doc

Re: Interesting DIH challenge

2011-10-09 Thread Pulkit Singhal
Oh also: Does DIH have any experimental way for folks to be reading data from one solr core and then massaging it and importing it into another core? If not, then would that be a good addition or just a waste of time for some architectural reason? On Sun, Oct 9, 2011 at 8:00 PM, Pulkit Singhal wro

Error Finding solrconfig.xml

2011-10-09 Thread rocco2004
Hello, I'm having issues setting up Solr as Tomcat service in CentOS. I’m using solr 3.3.0 which should be working with Tomcat 5.5. The error I was getting is: Can't find resource 'solrconfig.xml' in classpath or '/home/datadmin/public_html/apache-solr/example/solr/./conf/', cwd=/usr/local/jakart

Re: Interesting DIH challenge

2011-10-09 Thread Pulkit Singhal
@Gora Thank You! I know that Solr accepts xml with Solr specific elements that are commands that only it understands ... such as , etc. Question: Is there some way to ask Solr to dump out whatever it has in its index already ... as a Solr xml document? Plan: I intend to message that xml dump (a

Re: Interesting DIH challenge

2011-10-09 Thread Gora Mohanty
On Mon, Oct 10, 2011 at 1:17 AM, Pulkit Singhal wrote: > Hello Folks, > > I'm a big DIH fan but I'm fairly sure that now I've run into a scenario > where it can't help me anymore ... but before I give up and roll my own > solution, I jsut wanted to check with everyone else. > > The scenario: > - a

Interesting DIH challenge

2011-10-09 Thread Pulkit Singhal
Hello Folks, I'm a big DIH fan but I'm fairly sure that now I've run into a scenario where it can't help me anymore ... but before I give up and roll my own solution, I jsut wanted to check with everyone else. The scenario: - already have 1M+ documents indexed - the schema.xml needs to have one m