Re: Wildcards at the Beginning of a Search.

2009-11-16 Thread Jay Hill
There is a "text_rev" field type in the example schema.xml file in the official release of 1.4. It uses the ReversedWildcardFilterFactory to revers a field. You can do a copyField from the field you want to use for leading wildcard searches to a field using the text_rev field, and then do a regular

Re: Wildcards at the Beginning of a Search.

2009-11-12 Thread Jörg Agatz
is in solr 1.4 maby a way to search with an wildcard at the beginning? in 1.3 i cant activate it. KingArtus

RE: Wildcards at the Beginning of a Search.

2009-07-20 Thread Brian Klippel
July 20, 2009 10:00 AM To: solr-user@lucene.apache.org Subject: Re: Wildcards at the Beginning of a Search. There is a hacky way to do it if you can pull it off. You can prepend some known prefix to the field then strip it off when you get the results back. An example would be putting Phone: in

Re: Wildcards at the Beginning of a Search.

2009-07-20 Thread Reza Safari
nto a file sort so you will see a performance dip. -- Jeff Newburn Software Engineer, Zappos.com jnewb...@zappos.com - 702-943-7562 From: Erik Hatcher Reply-To: Date: Mon, 20 Jul 2009 08:20:15 -0400 To: Subject: Re: Wildcards at the Beginning of a Search. See http://issues.apache.org/jira/b

Re: Wildcards at the Beginning of a Search.

2009-07-20 Thread Jeff Newburn
To: > Date: Mon, 20 Jul 2009 08:20:15 -0400 > To: > Subject: Re: Wildcards at the Beginning of a Search. > > See http://issues.apache.org/jira/browse/SOLR-218 - Solr currently > does not have leading wildcard support enabled. > > Erik > > On Jul 20, 2009, at 8:09 AM,

Re: Wildcards at the Beginning of a Search.

2009-07-20 Thread Erik Hatcher
See http://issues.apache.org/jira/browse/SOLR-218 - Solr currently does not have leading wildcard support enabled. Erik On Jul 20, 2009, at 8:09 AM, Jörg Agatz wrote: Hallo Solr Users... I tryed to search with a Wildcard at the beginning from a search. for example, i will search fo

Wildcards at the Beginning of a Search.

2009-07-20 Thread Jörg Agatz
Hallo Solr Users... I tryed to search with a Wildcard at the beginning from a search. for example, i will search for "*est" and get "test, vogelnest, fest, " But it dosent work, i alsways get an error... Now my Big brother GOOGLE tolds me, that it can work but a search with a Wildcad at the