How to perform quering on solr for determined value of some "field" ?

2007-07-11 Thread Vadym Karpenko
Hi to all. First of all I want to thanks for solr community for cool search engine. My question is : I have determined in schema.xml ... ... I have a number of different logical modules in application like: ARTICLES, PEOPLE, GROUPS, ... . Search is working ok for all mod

Re: How to run the Embedded Solr Sample

2007-07-11 Thread Ryan McKinley
How can i run this program? In apache site they said its like sample "example" program. If so where i have to place this file in tomcat? If you are running tomcat, this is *not* the way to use solr. Using tomcat, check: http://wiki.apache.org/solr/SolrTomcat

Re: How to perform quering on solr for determined value of some "field" ?

2007-07-11 Thread Ryan McKinley
Can I make a query for example like: select for "query test" where module=ARTICLES "query test" +module:ARTICLES check: http://lucene.apache.org/java/docs/queryparsersyntax.html ryan

Re[2]: How to perform quering on solr for determined value of some "field" ?

2007-07-11 Thread Vadym Karpenko
Hello Ryan, Thanks, that really helped. Wednesday, July 11, 2007, 4:06:08 PM, you wrote: >> Can I make a query for example like: >> select for "query test" where module=ARTICLES >> > "query test" +module:ARTICLES > check: > http://lucene.apache.org/java/docs/queryparsersyntax.html

Merging Solr Collections

2007-07-11 Thread Stu Hood
Hello, I'm considering using embedded Solr in a distributed manner, such that an intermediate result will be N separate Solr indexes which would then be merged to a single final index. I know that Lucene can merge indexes ( http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javado

Re: Merging Solr Collections

2007-07-11 Thread Otis Gospodnetic
Hi Stu, You can simply take your N Lucene indices managed by your N Solr instances and merge them into 1 Lucene index. Then you can take your N Solr schema.xml's and solrconfig.xml's and merge them into a single schema.xml and a single solrconfig.xml that act as a union of the previous N confi

Re: Merging Solr Collections

2007-07-11 Thread Stu Hood
Thanks Otis, So Lucene's functions for merging indexes will correctly merge Solr Collections, without losing stored data? Thats good news! Webmail.us is currently using vanilla Lucene for indexing our customer e-mail, which is working just fine. But our Log Search implementation isn't scalabl

Re: Stemmer bug?

2007-07-11 Thread Otis Gospodnetic
Without looking at SnowballPorterFilterFactory sources, have you tried with a different language="" and content in alternative language? Otis -- Lucene Consulting -- http://lucene-consulting.com/ - Original Message From: Andrew Stromnov <[EMAIL PROTECTED]> To: solr-user@lucene.apac

custom sorting for multivalued field

2007-07-11 Thread Del Raco
Hi, We are trying to set up Solr to search documents with multiple keywords, which we have implemented as a multivalued field. Is it possible to assign a custom sorting value for each of the values in the multivalued field? So that the document gets sorted differently, depending on the matched v

custom sorting for multivalued field

2007-07-11 Thread Del Raco
Hi, We are trying to set up Solr to search documents with multiple keywords, which we have implemented as a multivalued field. Is it possible to assign a custom sorting value for each of the values in the multivalued field? So that the document gets sorted differently, depending on the matched v

Re: custom sorting for multivalued field

2007-07-11 Thread Otis Gospodnetic
I'll try answering: - sorting by the term that happened to match a multi-term field is, as far as I know, not possible - "de-duping" search results is, I believe, possible with a patch that is still in JIRA: https://issues.apache.org/jira/browse/SOLR-236 Otis -- Lucene Consulting -- http://l

Re: A few questions regarding multi-word synonyms and parameters encoding

2007-07-11 Thread Chris Hostetter
: 1) Is multi-word synonyms possible now in Solr? For example, can I have : things like synonyms like: : "I.T. & T", "IT & T", "Information Technologies", "Computer science" multi word synonyms are possible, but the only clean way to do it at index time using expansion. there is a note about thi

Re: Stemmer bug?

2007-07-11 Thread Andrew Stromnov
Hi Otis Yes, I have tried different languages. At least English, French, German and Finnish. part of query analyser: example query: "списки arrondissement turvallisuuden" (russian, french and finnish words) results of analysis.jsp (in Solr admin): org.apache.solr.analysis.WhitespaceTokenize

Re: Stemmer bug?

2007-07-11 Thread Chris Hostetter
: Yes, I have tried different languages. At least English, French, German and : Finnish. I don't know anything about Russian, but I did find this chart fro mteh snowball website giving examles of some stemming it is suppose to do... http://snowball.tartarus.org/algorithms/russian/stemmer.html .

Question about synonyms

2007-07-11 Thread lorenzo zhak
Hi, I'm actually working on a project where we recently add Solr. The project is extenselvy based on synonyms and I'm actually faced with a problem concerning multi words synonyms. Here is my problem: giving the user search expression "A B C D" where a single letter stand for a term. and with a

Multiwords synonyms

2007-07-11 Thread lorenzo zhak
Hi, I'm actually working on a project where we recently add Solr. The project is extenselvy based on synonyms and I'm actually faced with a problem concerning multi words synonyms. Here is my problem: giving the user search expression "A B C D" where a single letter stand for a term. and with a

Need question to configure Log4j for solr

2007-07-11 Thread solruser
Hi Everyone, How do I configure solr to use log4j logging. I am able to configure tomcat 5.5.23 to use log4j. But I could not get solr to use log4j. I have 3 context of solr running in tomcat which refers to war file in commons. -TIA -- View this message in context: http://www.nabble.com/Nee