Re: No search result is returned using Solr 4

2012-08-08 Thread in.abdul
Hi Engy, Can you able to get the result for q=*.* ? And if so can you check where query is parsing properly by add a param debug=true . Syed Abdul kather send from Samsung S3 On Aug 8, 2012 4:30 PM, engy.morsy [via Lucene] ml-node+s472066n3999741...@n3.nabble.com wrote: Hi, I downloaded

Re: Select where in select

2012-08-07 Thread in.abdul
Yes you use filter query ... check filter query . Syed Abdul kather send from Samsung S3 On Aug 7, 2012 2:28 PM, JoniJnm [via Lucene] ml-node+s472066n3999545...@n3.nabble.com wrote: Hi! I'm trying to do a query with a select in another. I would like to do something like: select?q=*:*

Re: Solr 4.0-ALPHA and ModifiableSolrParams

2012-07-28 Thread in.abdul
Solrj can support only xml writer and binary writer . It not possible get the response in Json . If your requirement is to get response in Json then you have to write parser .. Syed Abdul kather send from Samsung S3 On Jul 28, 2012 1:29 AM, Federico Valeri [via Lucene]

Re: Skip first word

2012-07-26 Thread in.abdul
That's is best option I had also used shingle filter factory . . On Jul 26, 2012 10:03 PM, Chantal Ackermann-2 [via Lucene] ml-node+s472066n399748...@n3.nabble.com wrote: Hi, use two fields: 1. KeywordTokenizer (= single token) with ngram minsize=1 and maxsize=2 for inputs of length 3, 2.

Re: How to find the age of a page

2012-06-06 Thread in.abdul
- From: in.abdul Sent: Friday, June 01, 2012 6:55 AM To: [hidden email]http://user/SendEmail.jtp?type=nodenode=3987930i=1 Subject: Re: How to find the age of a page Shameema Umer, you can add another one new field in schema .. while updating or indexing add the time stamp

Re: How to find the age of a page

2012-06-01 Thread in.abdul
Shameema Umer, you can add another one new field in schema .. while updating or indexing add the time stamp to that current field .. Thanks and Regards, S SYED ABDUL KATHER On Fri, Jun 1, 2012 at 3:44 PM, Shameema Umer [via Lucene]

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread in.abdul
Sorry i missed the point i am already using Method.Post Only .. Still i could not able to execute Thanks and Regards, S SYED ABDUL KATHER On Thu, May 24, 2012 at 12:19 AM, iorixxx [via Lucene] ml-node+s472066n3985746...@n3.nabble.com wrote: I have creteria where i

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread in.abdul
, try setting the JVM's -Xmx to something reasonable. -- Dmitry On Wed, May 23, 2012 at 10:09 PM, in.abdul [hidden email]http://user/SendEmail.jtp?type=nodenode=3985762i=0 wrote: Sorry i missed the point i am already using Method.Post Only .. Still i could not able to execute

Re: Replication with different schema

2012-03-20 Thread in.abdul
Thanks .. i need to index data from one solr to another solr with different analyser .. Now i am able to do this by querying from solr which will be index into another solr NOTE: As the field which i need to reindex is stored so it is easy by as my index has 31 lakh record it is taking lot of

Re: How to set default query operator in surround query parser?

2011-12-08 Thread in.abdul
change the default operator in schema Thanks and Regards, S SYED ABDUL KATHER On Thu, Dec 8, 2011 at 4:44 PM, Jason, Kim [via Lucene] ml-node+s472066n3570034...@n3.nabble.com wrote: Hi, all I'm using surround query parser. The request A B returns ParseException. But A

Re: how to do ExactMatch for PhraseQuery

2011-07-14 Thread in.abdul
use* keywordfilter *that will helpfull for your requirement Thanks and Regards, S SYED ABDUL KATHER 9731841519 On Thu, Jul 14, 2011 at 2:57 PM, Mohammad Shariq [via Lucene] ml-node+3168601-303697702-389...@n3.nabble.com wrote: I need exact match On