Re: Automate startup/shutdown of SolrCloud Shards

2011-10-02 Thread Mark Miller
I could use an easier way to do this myself: https://issues.apache.org/jira/browse/SOLR-2805 I'm going to add a main method to ZkController that will make this simpler - I've got an early version that works something like: java -classpath .:* org.apache.solr.cloud.ZkController 127.0.0.1:9983 127.0

Re: Search does not give results.

2011-10-02 Thread Gora Mohanty
On Mon, Oct 3, 2011 at 8:40 AM, rajannat wrote: > Hello Mr Mohanty, > Thanks for your inputs. > Based on what you said, I tried out a few stuff and I think following change > fixed the issue: > Modified the schema.xml to change > all > to > technology_used [...] That will work if technlogy_used i

Re: Search does not give results.

2011-10-02 Thread rajannat
Hello Mr Mohanty, Thanks for your inputs. Based on what you said, I tried out a few stuff and I think following change fixed the issue: Modified the schema.xml to change all to technology_used Thanks again. Regards, Kumar On Sun, Oct 2, 2011 at 2:45 AM, Gora Mohanty-3 [via Lucene] < ml-node+s472

Re: How to skip current document to index data from DIP

2011-10-02 Thread scorpking
Hi, thanks for your reply. But, when i set attribute onError="skip", There is no data which import. This is my config. *

Re: Lucene 3.4.0 Merging

2011-10-02 Thread Ahson Iqbal
Hi Steve Thanks a lot for all the help,before reading your last response, I have created a new java application in net beans and add both the jars as library to the newly created application, and in the main method I have called IndexMergeTool.main and pass all command line arguments to this me

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Stardrive Engineering
I'm on OS X for Solr work. It would be great to have a Tomcat based example because it involves a lot of effort just to get something up and functional other wise. Here is how I see it making sense: 1 - Have a tutorial or distribution that has Tomcat and Solr integrated, this can be cloned an

Re: dismax with AND/OR combination

2011-10-02 Thread Chris Hostetter
: i m using solr from trunk 4.0 : Also dismax is set as default qt with : : text^2.5 features^1.1 displayName^15.0 mfg^4.0 description^3.0 : : : myquery is : = : q=+"ab sx"+OR+(mfg:abc+OR+sx)+OR+(displayName:abc+OR+sx)&qt=dismax : : It is not working as per my exp

Re: I think I've found a bug with filter queries and joins

2011-10-02 Thread Chris Hostetter
: The join results in only "Post" type documents, so the intersection : with fq=state_s:California (which only appears on "User" type : documents) should always give back 0 documents. You need to apply : that filter before the join translates between these two document : types. : : {!join from=s

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 8:13 PM, Peter Wolanin wrote: > I've seen a number of users fail to get Solr working correctly in > combination with the Drupal client code when using the .deb installer > so I have been strongly recommending against it personally. Hmm, have never done this myself for Drupa

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Peter Wolanin
I've seen a number of users fail to get Solr working correctly in combination with the Drupal client code when using the .deb installer so I have been strongly recommending against it personally. It's also a rather stale version of Solr, generally. -Peter On Sun, Oct 2, 2011 at 4:04 AM, Gora Moh

Re: I think I've found a bug with filter queries and joins

2011-10-02 Thread Yonik Seeley
On Fri, Sep 30, 2011 at 11:32 AM, Jason Toy wrote: > I'm testing out the join functionality on the svn revision 1175424. > I've found when I add a single filter query to a join it works fine, but > when I do more then 1 filter query, the query does not return results. > This single function query

RE: Lucene 3.4.0 Merging

2011-10-02 Thread Steven A Rowe
Ahsan, Maybe one or both of the Lucene jar files are not where your classpath says they are? Try copying them into the current directory, then adjusting the classpath entries, like so: java -cp lucene-core-3.4.0.jar;lucene-misc-3.4.0.jar org/apache/lucene/misc/IndexMergeTool ./newindex ./app

Re: Lucene 3.4.0 Merging

2011-10-02 Thread Ahson Iqbal
Hi Steve Still same problem Regards Ahsan  - Original Message - From: Steven A Rowe To: "solr-user@lucene.apache.org" Cc: Sent: Sunday, October 2, 2011 1:06 AM Subject: RE: Lucene 3.4.0 Merging Ahsan, You have one other problem: on windows, you should use ";" instead of ":" to sep

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 12:22 PM, Stardrive Engineering wrote: > Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to > quickly get up to > speed would be good to have next. I think that the issue is that Jetty is small, and easy to embed and get running, which is why it i

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Stardrive Engineering
Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to quickly get up to speed would be good to have next. What do you think of this site, is it up to date and worth learning? The site seems to get cut off prematurely, are there more tutorials of this kind? http://synaptic

Re: Search does not give results.

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 2:05 AM, rajannat wrote: > Hi, > I created the index and query for the terms using TermsComponent. I get the > following results: > Query Results: > {responseHeader={status=0,QTime=31},terms={technology_used={tool=3,web=3,0=2,2=2,7=2,70=2,adob=2,ee=2,form=2,j=2}}} > But when

Search does not give results.

2011-10-02 Thread rajannat
Hi, I created the index and query for the terms using TermsComponent. I get the following results: Query Results: {responseHeader={status=0,QTime=31},terms={technology_used={tool=3,web=3,0=2,2=2,7=2,70=2,adob=2,ee=2,form=2,j=2}}} But when searching using terms, I do not get an results of search. I