Case-insensitive on facet prefix

2012-07-12 Thread Nestor Oviedo
Hello all. I have a field configured with the LowerCaseFilterFactory as the only analyzer (for botth indexing and searching). The problem is that facet.prefix doesn't work on that field as expected. For example: Indexed term: house --> LowerCaseFilterFactory applied facet.prefix=hou --> returns a

Re: [ANNOUNCE] Web Crawler

2011-03-02 Thread Nestor Oviedo
Hi everyone! I've been following this thread and I realized we've constructed something similar to "Crawl Anywhere". The main difference is that our project is oriented to the digital libraries and digital repositories context. Specifically related to metadata collection from multiple sources, info

TermsComponent prefix query with fileds analyzers

2010-12-02 Thread Nestor Oviedo
Hi everyone Does anyone know how to apply some analyzers over a prefix query? What I'm looking for is a way to build an autosuggest using the termsComponent that could be able to remove the accents from the query's prefix. For example, I have the term "analisis" in the index and I want to retrieve

Re: facet.field problem in SolrParams to NamedList

2009-12-16 Thread Nestor Oviedo
Hi Hoss I changed my code to use the AppendedSolrParams and it worked perfectly. I'm opening a bug today with my simple test case. Tank you very much for your help Regards Nestor On Tue, Dec 15, 2009 at 6:39 PM, Chris Hostetter wrote: > > : Ej.: "q=something field:value" becomes "q=something

facet.field problem in SolrParams to NamedList

2009-12-15 Thread Nestor Oviedo
Hi! I wrote a subclass of DisMaxQParserPlugin to add a little filter for processing the "q" param and generate a "fq" param. Ej.: "q=something field:value" becomes "q=something value&fq=field:value" To do this, in the createParser method, I apply a regular expression to the qstr param to obtain th

Re: param "version" and diferences in /admin/ping response

2009-11-26 Thread Nestor Oviedo
Tank you Chris... I didn't see it. I was looking for something related with the PingRequestHandler. Regards. Nestor Oviedo On Wed, Nov 25, 2009 at 7:09 PM, Chris Hostetter wrote: > : Hi everyone! > : Can anyone tell me what's the meaning of the param "version" ?? Ther

param "version" and diferences in /admin/ping response

2009-11-25 Thread Nestor Oviedo
OK Tanks. Regards Nestor Oviedo