Re: best way to get number of documents in a Solr index

2008-01-15 Thread Maria Mosolova
Thanks a lot Brian! Maria Brian Whitman wrote: On Jan 15, 2008, at 3:47 PM, Maria Mosolova wrote: Hello, I am looking for the best way to get the number of documents in a Solr index. I'd like to do it from a java code using solrj. public int resultCount() { try { SolrQu

best way to get number of documents in a Solr index

2008-01-15 Thread Maria Mosolova
Hello, I am looking for the best way to get the number of documents in a Solr index. I'd like to do it from a java code using solrj. Any suggestions are welcome. Thank you in advance, Maria mosolova

Re: field name synonyms

2007-10-25 Thread Maria Mosolova
app that rewrites the field names before sending the query to Solr? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Maria Mosolova <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, October 25, 2007 3:38:36 PM Subject:

field name synonyms

2007-10-25 Thread Maria Mosolova
Hello, I am trying to figure out whether there is a way to specify field names synonyms in Solr/Lucene schema. For instance, I have a field with the name "title" in the database and want to be able to use queries: title:query t:query to get the data from the same field. Is there a way to do thi

Re: multilingual list of stopwords

2007-10-25 Thread Maria Mosolova
ageIdentifier.html . Peter -Original Message- From: Maria Mosolova [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 8:48 AM To: solr-user@lucene.apache.org Subject: Re: multilingual list of stopwords Thanks a lot to everyone who responded. Yes, I agree that eventually we need to use

Re: multilingual list of stopwords

2007-10-18 Thread Maria Mosolova
t; http://members.unine.ch/jacques.savoy/clef/index.html for stopwords for > several languages or check in some standard programming modules like: > http://search.cpan.org/~fabpot/Lingua-StopWords-0.02/lib/Lingua/StopWords.pm > > > > On 10/18/07, Maria Mosolova <[EMAIL PROTECTE

Re: multilingual list of stopwords

2007-10-18 Thread Maria Mosolova
----Original Message- > From: Maria Mosolova [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 8:48 AM > To: solr-user@lucene.apache.org > Subject: Re: multilingual list of stopwords > > Thanks a lot to everyone who responded. Yes, I agree that eventually we &

Re: multilingual list of stopwords

2007-10-18 Thread Maria Mosolova
Thanks a lot to everyone who responded. Yes, I agree that eventually we need to use separate stopword lists for different languages. Unfortunately the data we are trying to index at the moment does not contain any direct country/language information and we need to create the first version of the in

multilingual list of stopwords

2007-10-17 Thread Maria Mosolova
Hi, I am looking for a multilingual list of stopwords to use with Solr/Lucene and would greatly appreciate an advice on where I could find it. Thanks, Maria