SpellCheckComponent issue

2011-05-05 Thread Siddharth Powar
Hi, (Sorry, emailing again because the last post was not posted...) I have been using using SolrSpellCheckcomponent. One of my requirements is that if a user types something like add, solr would return adidas. To get something like this, I used EdgeNGramsFilterFactory and applied it to the

Solr SpellcheckComponent issue

2011-05-04 Thread Siddharth Powar
Hi, I have been using using SolrSpellCheckcomponent. One of my requirements is that if a user types something like add, solr would return adidas. To get something like this, I used EdgeNGramsFilterFactory and applied it to the fields that I am indexing. So for adidas I will have something like a,

Encoding issue on synonyms.txt

2011-04-07 Thread Siddharth Powar
Hey guys, I am in the process of moving to solr3.1 from solr1.4. I am having this issue where solr3.1 now complains about the synonyms.txt file. I get the following error: *org.apache.solr.common.SolrException: Error loading resource (wrong encoding?): synonyms.txt* * * This worked fine before in

Re: Encoding issue on synonyms.txt

2011-04-07 Thread Siddharth Powar
Hey Robert, Thanks for the quick response. That helps a lot. --Sid On Thu, Apr 7, 2011 at 11:19 AM, Robert Muir rcm...@gmail.com wrote: On Thu, Apr 7, 2011 at 2:13 PM, Siddharth Powar powar.siddha...@gmail.com wrote: Hey guys, I am in the process of moving to solr3.1 from solr1.4. I am

Re: Reading timestamp for DIH

2010-12-17 Thread Siddharth Powar
Cool.. Thanks Koji... --Sid On Sat, Dec 4, 2010 at 3:16 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: (10/11/24 6:05), Siddharth Powar wrote: Hey, Is it possible to read the timestamp that the DataImportHandler uses for a delta-import from a location other than conf/dataimport.properties

Reading timestamp for DIH

2010-11-23 Thread Siddharth Powar
Hey, Is it possible to read the timestamp that the DataImportHandler uses for a delta-import from a location other than conf/dataimport.properties. Thanks, Sid

Re: Searches with a period (.) in the query

2010-09-23 Thread Siddharth Powar
Hey Ken, The filedType definition that I am using is: fieldType name=string class=solr.StrField sortMissingLast=true omitNorms=true / Thanks, Sid On Thu, Sep 23, 2010 at 5:29 AM, kenf_nc ken.fos...@realestate.com wrote: Do you have any other Analyzers or Formatters involved? I use delimiters

Searches with a period (.) in the query

2010-09-22 Thread Siddharth Powar
Hi, I am getting some weird output upon searching in solr. For certain searches that have a period in the search term (e.g: q=ab.xyz) solr returns the results perfectly, but for some other searches (e.g: q=ab.pqr) solr would return 0 results even though it is present. On the other hand if the

Re: Searches with a period (.) in the query

2010-09-22 Thread Siddharth Powar
Hey Ken, Thanks for the reply. Its not a case-sensitivity issue. I wonder if this is a bug in the way the data is indexed in solr as the behavior is not constant throughout searches of similar type when a period (.) is used. You think there could be some other issue? Thanks, Sid On Wed, Sep 22,