Re: search multiple default fields

2010-07-05 Thread Simon Willnauer
Have a look at http://wiki.apache.org/solr/DisMaxRequestHandler and http://wiki.apache.org/solr/DisMaxRequestHandler#qf_.28Query_Fields.29 that might help with what you are looking for... simon On Tue, Jul 6, 2010 at 3:48 AM, bluestar wrote: > hi there, > > is it possible to define multiple def

search multiple default fields

2010-07-05 Thread bluestar
hi there, is it possible to define multiple default search fields in the solrconfig.xml? at the moment i am using a queryfilter programatically but i want to be able to configure things such that my query will be processed as: defaultfield:myquery OR field2:myquery OR field3:myquery ... .. basi

Re: Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Koji Sekiguchi
No, all tokenizer can be used with mappingcharfilter Koji Sekiguchi from mobile On 2010/07/06, at 0:32, Saïd Radhouani wrote: > Thanks Koji for the reply and for updating wiki. As it's written now in wiki, > it sounds (at least to me) like MappingCharFilterFactory works only with > Whitespac

Re: Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Saïd Radhouani
Thanks Koji for the reply and for updating wiki. As it's written now in wiki, it sounds (at least to me) like MappingCharFilterFactory works only with WhitespaceTokenizerFactory. Did you really mean that? Because this filter works also with other tkenizers. For instance, in my text type, I'm u

Re: solr with hadoop

2010-07-05 Thread MitchK
I need to revive this discussion... If you do distributed indexing correctly, what about updating the documents and what about replicating them correctly? Does this work? Or wasn't this an issue? Kind regards - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/solr-wit

Re: Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Koji Sekiguchi
In the same wiki, they say that CharStreamAwareWhitespaceTokenizerFactory must be used with MappingCharFilterFactory. But, when I use these tokenizer and filter together, I get a sever error saying that the filed type containing these filter and tokenizer is unknown. However, when I use this

Re: Facet Search is too slow ! Optimize suggestions ?

2010-07-05 Thread stockii
okay. How many unique terms? - Docs: 3911249 and Distinct: 2302852 app ? - iPhone App for product search. faceting on ? - im faceting on the product names, with Shingles (maxShingle: 5 ?? too big ?) how you faceting? - search over all .../?q=*:*&facet.prefix=string&rows=0 search with shops

Re: Facet Search is too slow ! Optimize suggestions ?

2010-07-05 Thread Grant Ingersoll
On Jul 5, 2010, at 10:08 AM, stockii wrote: > > Hello. > > I use facet-search for my autosuggestion. the results are okay, but > sometimes its too slow. > > We Have 4,2 Million Documents and each day we get more and more ... I try > out the Cache Settings with this parameter: > > cl

Facet Search is too slow ! Optimize suggestions ?

2010-07-05 Thread stockii
Hello. I use facet-search for my autosuggestion. the results are okay, but sometimes its too slow. We Have 4,2 Million Documents and each day we get more and more ... I try out the Cache Settings with this parameter: For every Cache. How can i optimize the facet search ? The Server is a

Re: FastVectorHighlighter and SynonymFilter

2010-07-05 Thread ITO Hayato
> I think the cause of the problem is that combination of query > time expansion and N-gram tokenizer generates MultiPhraseQuery, > however, FVH doesn't support MPQ. Sekiguchi-san I try following test. - Index time filtering and set SynonymFilter expand=true. Query result is up to my expectatio

Re: Not split a field on whitespaces?

2010-07-05 Thread Simon Willnauer
Use solr.StrField or solr.KeywordTokenizerFactory instead. simon On Mon, Jul 5, 2010 at 2:47 PM, Sebastian Funk wrote: > Hey there, > > I might be just to blind to see this, but isn't it possible to have a > solr.TextField not getting filtered in any way. That means the input > "Michael Jackson"

Not split a field on whitespaces?

2010-07-05 Thread Sebastian Funk
Hey there, I might be just to blind to see this, but isn't it possible to have a solr.TextField not getting filtered in any way. That means the input "Michael Jackson" should just stay that way and not get split on whitespaces? How do I implement that? Thanks for any help, Sebastian

TransformerException under Jetty 7.0.1

2010-07-05 Thread Don Werve
I'm attempting to set up Solr 1.4.1 under Jetty 7.0.1, and I'm getting a TransformerException when I start things off. I've used the same solrconfig.xml in an embedded Solr under Jetty 7 and it works fine. But, this is the first time I've tried to get things going via Jetty's XML configuration sy

meaning of underscore in prefix search.

2010-07-05 Thread stockii
Hello. i use facet.prefix and terms.prefix for my search. what is the meaning of the underscore "_" in the results. when change solr some string into a underscore ? sometimes it make no sence to suggest the client with this ...

Re: Modifications to AbstractSubTypeFieldType

2010-07-05 Thread Mark Allan
On 3 Jul 2010, at 1:50 am, Chris Hostetter wrote: : The changes to AbstractSubTypeFieldType do not have any adverse effects on the : solr.PointType class, so I'd quite like to suggest it gets included in the : main solr source code. Where can I send a patch for someone to evaluate or : s

Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Saïd Radhouani
Hi, I'm using Solr 1.4 and I need to use a Latin Accent Filter. In the Solr wiki (http://wiki.apache.org/solr/SchemaDesign), it's recommended to use MappingCharFilterFactory instead of ISOLatin1AccentFilterFactory. Could someone tell me the reason of choosing the first filter instead of the se

Re: Error in building Solr-Cloud (ant example)

2010-07-05 Thread jayf
Hi Mark, Thanks for your reply. Sorry for this stupid question, but when you say trunk, do you mean the SOLR trunk as in https://svn.apache.org/repos/asf/lucene/dev/trunk ? If so, I assume I just check that out and apply the patch? Or is there a specific SOLR-Cloud trunk? Thanks!! _

Re: how to apply stemming to the index ?

2010-07-05 Thread sarfaraz masood
thanx a lot Erick. It worked. Regards -Sarfaraz --- On Mon, 5/7/10, Erick Erickson wrote: From: Erick Erickson Subject: Re: how to apply stemming to the index ? To: solr-user@lucene.apache.org Date: Monday, 5 July, 2010, 6:32 AM I'm a little confused about what you're trying to accomplish wh

Re: Wiki Documentation of facet.sort

2010-07-05 Thread Chantal Ackermann
Oh well. Thanks for pointing that out. *sigh* Chantal On Thu, 2010-07-01 at 04:15 +0200, Koji Sekiguchi wrote: > (10/07/01 1:12), Chantal Ackermann wrote: > > Hi there, > > > > in the wiki, on http://wiki.apache.org/solr/SimpleFacetParameters > > it says: > > > > """ > > The default is true/count

Re: ArrayIndexOutOfBoundsException heeeeeelp !?!?!?!!?! Sorting

2010-07-05 Thread stockii
hey. of course i mean "sint", from the default/example SchemaXML. after few days sort for popularity works well again ... ?! i found a value of -1252810 in my popularity field... i think this was the problem. but i dont know how can the field become this value. -- View this message in context: