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.

Re: Search does not give results.

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 2:05 AM, rajannat rajan...@gmail.com wrote: Hi, I created the index and query for the terms using TermsComponent. I get the following results: Query Results:

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 stardrive.engineer...@gmail.com 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

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 sar...@syr.edu To: solr-user@lucene.apache.org 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,

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

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 jason...@gmail.com 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

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

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 peter.wola...@acquia.com 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

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

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 : str name=qf : text^2.5 features^1.1 displayName^15.0 mfg^4.0 description^3.0 : /str : : myquery is : = : q=+ab sx+OR+(mfg:abc+OR+sx)+OR+(displayName:abc+OR+sx)qt=dismax : : It is not working

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

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

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. *dataConfig dataSource type=JdbcDataSource driver=com.microsoft.sqlserver.jdbc.SQLServerDriver url=jdbc:sqlserver://myip;databaseName=VTC_Edu user=ac password=ps name=dsdb/

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 defaultSearchFieldall/defaultSearchField to defaultSearchFieldtechnology_used/defaultSearchField Thanks again. Regards, Kumar

Re: Search does not give results.

2011-10-02 Thread Gora Mohanty
On Mon, Oct 3, 2011 at 8:40 AM, rajannat rajan...@gmail.com 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 defaultSearchFieldall/defaultSearchField to

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