Re: irrelevant search results - encode issue.

2009-05-16 Thread Shalin Shekhar Mangar
On Fri, May 15, 2009 at 9:16 PM, Radha C. cra...@ceiindia.com wrote: I found the why it is returning irrelevant documents. I am encoding my query string with UTF-8 and appending to url as follows so it fails. This is the query string = art_id:queryTextstart=0rows=10sort=score desc encoded

RE: irrelevant search results - encode issue.

2009-05-16 Thread Radha C.
Thanks shalin.. that works... _ From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Saturday, May 16, 2009 11:47 AM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: irrelevant search results - encode issue. On Fri, May 15, 2009 at 9:16 PM, Radha C.

Sole core naming convention for multicores

2009-05-16 Thread KK
Hi All, I'm trying to put multicores for Solr[lol, finding the multicore config a bit difficult, any good/simple steps to do the same?any pointers]. Let me come to the point, essentially what I want is that whenever a person registersfor our service, I'll use his mail-id[this is unique] as the

Order document result by face count

2009-05-16 Thread Patric.Wilms
Hello, I've got a little problem. My index contains a formatid wich i counts in my querys with the facet.field select?q=text%3A(TEST)start=0rows=100facet=truefacet.field=formatidfacet.mincount=1facet.sort=true The facet fields are sorted by count but my result is still sorted by the score!

Re: Indexing issue in DIH - not all records are Indexed

2009-05-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
check out if you have a uniqueKey in your schema. I there are duplicates they are overwritten On Sat, May 16, 2009 at 1:38 AM, jayakeerthi s mail2keer...@gmail.com wrote: I am using Solr for our application with JBoss Integration. I have managed to configure the indexing from Oralce db for 22

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-16 Thread Fergus McMenemie
Hmmm, I thought that if you were using the XPathEntityProcessor that you have to specify an xpath for each of the fields you want to populate. Unless you are using XPathEntityProcessor's use useSolrAddSchema mode? Fergus. If that is your complete input file then it looks like you are missing

Re: Sole core naming convention for multicores

2009-05-16 Thread Otis Gospodnetic
KK, That should work just fine. Should any of the characters in email addresses turn out to be forbidden, just replace them consistently. For example, if @ turns out to be the problem, you could simple replace it with _. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch