lucene/solr full text search

2010-07-30 Thread Shuai Weng
Hey, I was wondering if we can search info from a subset of papers instead of from the whole index pool. Thanks, Shuai - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-u

Re: lucene/solr full text search

2010-07-30 Thread Shuai Weng
ext: some words about finance > > then a search for "text:words" will match all 3 whereas a search for > "category:computers text:words" will only match 2. > > > If this isn't what you are asking about I suggest you provide more detail. > > > -

Re: lucene/solr full text search

2010-07-30 Thread Shuai Weng
words about finance > > then a search for "text:words" will match all 3 whereas a search for > "category:computers text:words" will only match 2. > > > If this isn't what you are asking about I suggest you provide more detail. > > > -- &g

Re: lucene/solr full text search

2010-07-30 Thread Shuai Weng
ng the same set of > pubmed ids you should look at filters, specifically QueryWrapperFilter > and CachingWrapperFilter. > > > -- > Ian. > > > On Fri, Jul 30, 2010 at 6:19 PM, Shuai Weng wrote: >> >> Sorry for the confusion.. >> >> Curren

word frequency counting

2010-08-11 Thread Shuai Weng
Hey, I'm new to Lucene... I was wondering if we can use Lucene/Solr for word frequency counting (eg, in a subset of full text papers). Thanks for any info you may provide. Shuai On Aug 11, 2010, at 10:16 AM, Julien Nioche wrote: > BTW I don't remember anyone on the Nutch list suggesting you

Re: lucene indexing configuration

2010-08-20 Thread Shuai Weng
Hey, Currently we have indexed some biological full text pages, I was wondering how to config the schema.xml such that the gene names 'met1', 'met2', 'met3' will be treated as different words. Currently they are all mapped to 'met'. Thanks, Shuai

Re: lucene indexing configuration

2010-08-20 Thread Shuai Weng
://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Shuai Weng To: java-user@lucene.apache.org Sent: Fri, August 20, 2010 5:47:31 PM Subject: Re: lucene indexing configuration Hey, Currently we have indexed some biological

Solr server not responding to requests

2012-11-01 Thread Shuai Weng
Hi, We have installed solr/jetty server on a linux box. Occasionally, the Solr server will use 100% CPU time and several GB of RAM and do not response to the requests (and cause the apache server to crash).. Any suggestions for how to solve this problem? - change the jetty or solr configura