Re: Solr on Google App Engine

2009-08-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
Do you mean supporting Solr or SolrJ? Runing Solr server in GAE is going to be extremely hard because Solr requires, file system acess and threads. As for SolrJ the patch should work. we just need an implementation using simple http urlconnection instead of http client On Sat, Aug 1, 2009 at 10:

Re: Create new (sub)index from existing one

2009-08-01 Thread Otis Gospodnetic
Hi Chantal, If you are really dealing with languages (i.e. not very dynamic or large list of cores), could you simply copy a core and then delete all documents that don't satisfy the language criteria? (e.g. copy the main core with docs in all languages, and then delete all docs that are not in

Re: Limiting facets for huge data - setting indexed=false in schema.xml

2009-08-01 Thread Yonik Seeley
On Fri, Jul 31, 2009 at 3:19 PM, Yao Ge wrote: > Having a large number of fields is not the same as having a large number of > facets. To facets are something you would display to users as aid for query > refinement or navigation. There is no way for a user to use 3700 facets at > the same time. I

Re: search suggest

2009-08-01 Thread Ingo Renner
Am 28.07.2009 um 19:53 schrieb Jack Bates: Hi Jack, - and searching for "solr suggest" - but haven't figured out how to get search suggestions from solr There're two easy ways out of the box that I see currently: A) using a requesthandler with a TermsComponent Advantage: easy and fast Di

Re: dealing with duplicates

2009-08-01 Thread Joe Calderon
hello, thanks for the response, i did take a look at that document but in my application i actually want the duplicates, as i mentioned, the matching text could be very different among cluster members, what joins them together is a similar set of numeric features. currently i do a query with fq=du