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 downloa

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: > > selec

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]" < ml-node+s472066n3997784..

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

Re: How to find the age of a page

2012-06-06 Thread in.abdul
not explicitly initialized will have the current time > > when indexed (or re-indexed.) > > > > -- Jack Krupansky > > > > -Original Message- From: in.abdul > > Sent: Friday, June 01, 2012 6:55 AM > > To: [hidden email]<http://user/SendEmail.jtp?type=

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] < ml-node+s472066n3987234...@n3.nabble.co

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

2012-05-23 Thread in.abdul
logs? If so, 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=node&node=3985762&i=0>> > wrote: > > > Sorry i missed the point i

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

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 time

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.

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 Phras