Re: Wildcard Query

2011-09-01 Thread Aaron Bains
I solved the problem by setting multiValued=false On Thu, Sep 1, 2011 at 2:37 PM, Aaron wrote: > It seems to work correctly once I remove the brackets like this: > q=keywords:symante* AND corporatio* > But I don't understand why... > > > On Thu, Sep 1, 2011 at 2:26 PM, Aaron wrote: > >> Hello, >

Re: Wildcard Query

2011-09-01 Thread Aaron Bains
It seems to work correctly once I remove the brackets like this: q=keywords:symante* AND corporatio* But I don't understand why... On Thu, Sep 1, 2011 at 2:26 PM, Aaron Bains wrote: > Hello, > > The keywords field type is "text_en_splitting" > > My query is as fo

Wildcard Query

2011-09-01 Thread Aaron Bains
Hello, The keywords field type is "text_en_splitting" My query is as follows:q=keywords:(symantec AND corporation) Result: Documents are returned as normal My wildcard query is as follows: q=keywords:(symante* AND corporation) Result: Wildcard functions correctly, and documents are ret

Re: Duplication of Output

2011-08-31 Thread Aaron Bains
removal > of near-duplicates.. > > Hope this helps > Erick > > On Wed, Aug 31, 2011 at 12:01 AM, Aaron Bains > wrote: > > Hello, > > > > What is the best way to remove duplicate values on output. I am using the > > following query: > > > &g

Duplication of Output

2011-08-30 Thread Aaron Bains
Hello, What is the best way to remove duplicate values on output. I am using the following query: /solr/select/?q=wrt54g2&version=2.2&start=0&rows=10&indent=on&*fl=productid* And I get the following results: 1011630553 1011630553 1011630553 1011630553 1011630553 1011630553 1011630553 1

Solr Faceting & DIH

2011-08-29 Thread Aaron Bains
Hello, I am trying to setup Solr Faceting on products by using the DataImportHandler to import data from my database. I have setup my data-config.xml with the proper queries and schema.xml with the fields. After the import/index is complete I can only search one productid record in Solr. For examp