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
 <fields>
   ...
     <field name="module" type="text" indexed="true" stored="true"/>
   ...
 </fields>

 I have a number of different logical modules in application like: ARTICLES, 
PEOPLE, GROUPS, ... .
 
 Search is working ok for all modules types. But I need to be able to make 
search for concreat type of module.
 Can I make a query for example like:
      select for "query test" where module=ARTICLES

 I will be very great full for any kind of response.   

-- 
Best regards,
 Vadym                          mailto:[EMAIL PROTECTED]

Reply via email to