Re: SolrJ Collapsable Query Fails

2011-07-18 Thread Kurt Sultana
Hi, Thanks for the code, snippet, it was very useful, however, can you please include a very small description of certain unknown variables such as 'groupedInfo', 'ResultItem', 'searcher', 'fields' and the method 'solrDocumentToResultItem'? Tha

Re: SolrJ Collapsable Query Fails

2011-07-15 Thread Kurt Sultana
Hi, Thanks for the information. However, I still have one more problem. I am iterating over the values of the NamedList. I have 2 values, one being 'responseHeader' and the other one being 'grouped'. I would like to access some information stored within the grouped section, which has data structur

SolrJ Collapsable Query Fails

2011-07-14 Thread Kurt Sultana
I am currently trying to run a collapsable query using SolrJ using SolR 3.3. The problem is that when I run the query through the web interface, with this url: http://localhost:8080/solr/select/?q=attr_content%3Alynx&sort=attr_location+desc&group=true&group.field=attr_directory I am able to see t

Return stemmed word

2011-06-03 Thread Kurt Sultana
Hi, We have stemming in our Solr search and we need to retrieve the word/phrase after stemming. That is if I search for "oranges", through stemming a search for "orange" is carried out. If I turn on debugQuery I would be able to see this, however we'd like to access it through the result if possib

Re: Query problem in Solr

2011-06-03 Thread Kurt Sultana
t some examples and we'll > try something else. > > Best > Erick > > On Wed, Jun 1, 2011 at 4:21 AM, Kurt Sultana > wrote: > > Hi all, > > > > We're using Solr to search on a Shop index and a Product index. Currently > a > > Shop has a field `

Query problem in Solr

2011-06-01 Thread Kurt Sultana
Hi all, We're using Solr to search on a Shop index and a Product index. Currently a Shop has a field `shop_keyword` which also contains the keywords of the products assigned to it. The shop keywords are separated by a space. Consequently, if there is a product which has a keyword "apple" and anot

Re: Returning documents using multi-valued field

2011-05-27 Thread Kurt Sultana
e out of > luck. > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Kurt Sultana [mailto:kurtanat...@gmail.com] > Sent: Thursday, May 26, 2011 3:05 PM > To: solr-user@lucene.apache.org > Subject: Re: R

Re: Returning documents using multi-valued field

2011-05-26 Thread Kurt Sultana
es, in other words, if it contains : alice trudy jill alex How could I achieve this? I'm supporting the code written by someone else and I'm quite new to Solr. Thanks in advance :) Kurt On Wed, May 25, 2011 at 11:44 AM, Kurt Sultana wrote: > > Hi all, > > I'm quite

Returning documents using multi-valued field

2011-05-25 Thread Kurt Sultana
Hi all, I'm quite new to Solr and I'm supporting an existing Solr search engine which was written by someone else. I've been reading on Solr for the last couple of weeks so I'd consider myself beyond the basics. A particular field, let's say name, is multi-valued. For example, a document has a fi