Found 57,806 results in 0.126 seconds. Displaying page 1 of 5,781, sorted by
Sent 2010-03-12 by JavaGuy84 <bbarani@...>
Hi,
I am just curious to know how this class works and how this can be
implemented in right way.
I got the details from JIRA as below
This patch is an implementation of the "reversed tokens" strategy for
efficient leading wildcards queries.
ReversedWildcardsTokenFilter reverses tokens and ret...
Sent 2010-03-12 by Tommy Chheng <tommy.chheng@...>
Haven't tried this myself but try adding a default value and don't
specify it during the import.
http://wiki.apache.org/solr/SchemaXml
On 3/12/10 7:56 AM, blargy wrote:
> Forgive me but I'm slightly retarded... I grew up underneath some power lines
> ;)
>
> I've read through that wiki but I s...
Sent 2010-03-12 by Ahmet Arslan <iorixxx@...>
> I have some fields that are only used for faceting, so
> they're only
> queried by facet results. No modification is needed, no
> lowercase,
> nothing. So the KeywordTokenizerFactory seems to be perfect
> for them.
You can use plain string type definition (comes in schema.xml) for that purpose...
Sent 2010-03-12 by Michael Kuhlmann <michael.kuhlmann@...>
Hi,
I have some fields that are only used for faceting, so they're only
queried by facet results. No modification is needed, no lowercase,
nothing. So the KeywordTokenizerFactory seems to be perfect for them.
Alas, when the value contains spaces, I'm still getting too many
results. I have a fie...
Sent 2010-03-12 by Michael Kuhlmann <michael.kuhlmann@...>
Hi Erick,
On 03/12/10 17:09, Erick Erickson wrote:
> << of my fields does not have any analyzers defined at all, and it's
> working fine without problems.>>>
>
> Field or fieldType?
...one of my fields with a fieldtype that does not have any analyzer
defin...
Sent 2010-03-12 by Ahmet Arslan <iorixxx@...>
> Forgive me but I'm slightly retarded... I grew up
> underneath some power lines
> ;)
>
> I've read through that wiki but I still can't find what I'm
> looking for. I
> just want to give one of the DIH entities/fields a static
> value (ie it
> doesnt come from a database column). How can I conf...
Sent 2010-03-12 by Erick Erickson <erickerickson@...>
<<>>
Field or fieldType?
<< So, it must be possible to define field
type without specifying any analyzers. >>
Truth to tell, I don't know off the top of my head...
Sent 2010-03-12 by blargy <zmanods@...>
Forgive me but I'm slightly retarded... I grew up underneath some power lines
;)
I've read through that wiki but I still can't find what I'm looking for. I
just want to give one of the DIH entities/fields a static value (ie it
doesnt come from a database column). How can I configure this?
FYI t...
Sent 2010-03-12 by Grant Ingersoll <gsingers@...>
Hi,
>From http://people.apache.org/~hossman/#solr-dev:
Your question is better suited for the solr-user@lucene mailing list ...
not the solr-dev@lucene list. solr-dev is for discussing development of
the internals of the Solr application ... it is *not* the appropriate
place to ask questions a...
Sent 2010-03-12 by wicketnewuser <swarnimr@...>
any one with localsolr expirence?
wicketnewuser wrote:
>
> Hi I'm getting geo_distance as str eventhough I'm define the field as
> tdouble. my search looks like
> /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
> Is there anyway i can get is as
> double instead of str
>
--
View this ...