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
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
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
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
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
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
OK
Tanks.
Regards
Nestor Oviedo