Unknown query type 'edismax'

2011-03-23 Thread Swapnonil Mukherjee
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Do I need to make any changes to solrconfig.xml to get edismax queries to work? Swapnonil Mukherjee +91-40092712 +91-9007131999

Re: Unknown query type 'edismax'

2011-03-23 Thread Swapnonil Mukherjee
Hi, I have downloaded apache-solr1.4.1 and then applied patch SOLR-1553 to enable the EdismaxParserQueryPlugin, but inspite of this I get the Unknown query type error. Swapnonil Mukherjee +91-40092712 +91-9007131999 On 23-Mar-2011, at 4:36 PM, Ahmet Arslan wrote: I just downloaded apache

Re: Unknown query type 'edismax'

2011-03-23 Thread Swapnonil Mukherjee
Hi, It worked! Thanks a lot. At least I don't get the stacktrace on the jetty console and the Unknown query type error after adding this entry to the solrconfig.xml. We will have to examine the results to see if the Edismax parser is really kicking in. Swapnonil Mukherjee +91-40092712 +91

Is there a way to view the values of stored=false fields in search results?

2010-12-14 Thread Swapnonil Mukherjee
to see the value of stored=false fields? With Regards Swapnonil Mukherjee

Re: Does edismax support wildcard queries?

2010-11-18 Thread Swapnonil Mukherjee
/browse/SOLR-2058 to the apache-solr-1.4.1 as using the trunk is something which we cannot do. On 18-Nov-2010, at 7:28 PM, Thumuluri, Sai wrote: It does support wildcard queries - we are using that feature from edismax -Original Message- From: Swapnonil Mukherjee

Does edismax support wildcard queries?

2010-11-17 Thread Swapnonil Mukherjee
not understand by looking at the source code though. Thanks Swapnonil Mukherjee

Maximum of length of a Dismax Query?

2010-10-29 Thread Swapnonil Mukherjee
Hi Everybody, It seems that the maximum query length supported by the Dismax Query Handler is 3534 characters. Is there anyway I can set this limit to be around 12,000? If I fire a query beyond 3534 characters, I don't even get error messages in the catalina.XXX log files. Swapnonil Mukherjee

Re: Maximum of length of a Dismax Query?

2010-10-29 Thread Swapnonil Mukherjee
(JUnitStarter.java:192) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:64) Swapnonil Mukherjee On 29-Oct-2010, at 12:44 PM, Swapnonil Mukherjee wrote: Hi Everybody, It seems that the maximum query length supported by the Dismax Query Handler is 3534 characters

Re: Maximum of length of a Dismax Query?

2010-10-29 Thread Swapnonil Mukherjee
Solved this issue, by setting the maxHttpHeaderSize to 65536 in tomcat/conf/server.xml file. Otherwise Tomcat was not responding. Swapnonil Mukherjee On 29-Oct-2010, at 2:43 PM, Swapnonil Mukherjee wrote: I am using the SOLRJ client to post my query, The query length is roughly 10,000

Does Solr reload schema.xml dynamically?

2010-10-26 Thread Swapnonil Mukherjee
Hi Everybody, If I change my schema.xml to, do I have to restart Solr. Is there some way, I can apply the changes to schema.xml without restarting Solr? Swapnonil Mukherjee

Query only a specfic field with a specific value using Dismax Handler

2010-10-26 Thread Swapnonil Mukherjee
. What I cannot figure out is? 1. How do I apply exact match on the group_id, visibleToEndUser and the entityType fields? Or How how do I query a specific field with a specific value rather than searching across all fields with all values. 2. How do I apply OR and AND conditions? Swapnonil Mukherjee

Re: Does Solr reload schema.xml dynamically?

2010-10-26 Thread Swapnonil Mukherjee
Hi Everybody, Thanks Ephraim and Peter. I think I got my answer. Swapnonil Mukherjee On 26-Oct-2010, at 4:23 PM, Ephraim Ofir wrote: Note that usually when you change the schema.xml you have not only to restart solr, but also rebuild the index, so the issue of how to reload the file

Re: Query only a specfic field with a specific value using Dismax Handler

2010-10-26 Thread Swapnonil Mukherjee
Thanks Jonathan. FQ seems promising. I will give it a go. Swapnonil Mukherjee On 26-Oct-2010, at 7:29 PM, Jonathan Rochkind wrote: So, first of all, exact match is hard in Solr on tokenized fields. Tokenized fields don't really do that. So for exact match, you should probably use

How to use AND as opposed to OR as the default query operator.

2010-10-25 Thread Swapnonil Mukherjee
. Swapnonil Mukherjee +91-40092712 +91-9007131999

Re: How to use AND as opposed to OR as the default query operator.

2010-10-25 Thread Swapnonil Mukherjee
Hi Pradeep, I am using the standard query parser. I made the changes in schema.xml and it works. It is also good to know that this can done on a per query basis as well. Swapnonil Mukherjee On 25-Oct-2010, at 7:48 PM, Pradeep Singh wrote: Which query handler are you using? For a standard