Re: FST Builder pruning

2013-11-18 Thread Ravikumar Govindarajan
Many thanks Mike. In a given document, I usually have 15-20 fields out of which 6-7 fields are plain key-value fields. Typically these key-value fields don't involve prefixes, reflexes, fuzzies etc...It's always a full match. Non-existent values are also not possible during search. In such a cas

QueryParser.Operator with BooleanQuery

2013-11-18 Thread Shahak Nagiel
Initially, I queried our (v4.4) index with a single MultiFieldQueryParser and  Operator.AND to ensure that all search terms appeared in the results. Since then, however, we've needed to query more flexibly, using a BooleanQuery to merge several subqueries (in order to apply different analyzers to

Re: WhitespaceAnalyzer vs StandardAnalyzer

2013-11-18 Thread Erick Erickson
What are you getting from looking at your admin/analysis page? That should help a lot. Otherwise you haven't provided much info about what's failing, for instance debug=query output to see what gets through your parser. You might review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick

Re: How to perform Wildcard search when using WhitespaceAnalyzer?

2013-11-18 Thread Jack Krupansky
As I indicated in my previous message, we need actual queries and the actual indexed data where matches are failing. Note that *NALYZE will not match ANALYZER. So, it might be that you have composed queries in which some of the terms match properly and only some fail. -- Jack Krupansky

RE: How to perform Wildcard search when using WhitespaceAnalyzer?

2013-11-18 Thread raghavendra.k.rao
Jack, I am using WhitespaceAnalyzer while both indexing and searching the data. To avoid the case-sensitive dependency, I ensure that both of them are upper-cased. I generally search against the space separated CONTENTS field for the search terms. Hence while searching, I can imagine Whitespace

Re: Problem deploying in Google App Engine

2013-11-18 Thread Sanne Grinovero
For free deployments I use www.openshift.com but only if the expected load is very low or experimental, otherwise you need a paid for hosting. Sanne On 18 November 2013 04:43, Goutham Tholpadi wrote: > Thanks for the heads up, Uwe! > > Which (free) java web app hosting service do people generall