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

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