questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-15 Thread jiag
Hello everyone :) I have a product called "xbox" indexed, and when the user search for either "x-box" or "x box" i want the "xbox" product to be returned. I'm new to Solr, and from reading online, I thought I need to use WordDelimiterFilterFactory for "x-box" case, and WordBreakSolrSpellChecker f

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-17 Thread jiag
Hi Ahmet, using or didn't make any difference. Still running into the same issues aforementioned :( Thanks, Jia On 7/16/2014, "Ahmet Arslan" wrote: >Hi Jia, > >What happens when you use  > >  > >instead of  > >  > >Ahmet > > >On Wednesday, July 16, 2014 3:07 AM, "j...@ece.ubc.ca" wrote: > >

how to combine solr join with boost in Edismax query?

2014-08-25 Thread jiag
Hello everyone :) I have an index for groupId and one for product. For an input search keyword, I only want to boost the result if the keyword appears in both groupId and product indices. I was able to get Solr join with fq to work with the following syntax: example: q=searchTerm&fq={!join from=id

UUIDUpdateProcessorFactory causes repeated documents when uploading csv files?

2015-01-02 Thread jiag
Happy New Year Everyone :) I am trying to automatically generate document Id when indexing a csv file that contains multiple lines of documents. The desired case: if the csv file contains 2 lines (each line is a document), then the index should contain 2 documents. What I observed: If the csv fi