operator in Dismax??

2008-04-17 Thread muddassir hasan
Hi , I had a doubt regarding using operator in dismax handler that if i could use OR, AND, NOT operators in dismax, as they are used in standard handler. I tried using OR operator as used in standard handler but got unexpected results. Thanks. M.Hasan Muddassir Hasan

field collapsing

2008-03-13 Thread muddassir hasan
Hi, I have unsuccessfully tried to apply solr field collapsing patches available at https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel One of the patch could be applied to trunk but it could not be compiled. Please let me know

Solr Mapping field names

2008-02-27 Thread muddassir hasan
Hi all, I want to perform field name mapping on solr such that on every query a mapping file having field name maps (like field1 : field2 ) is read and in query and response all references to field1 are considered to be on field2. If any such feature already exists else where can i incorporate

Re: Getting multiple category results

2008-01-18 Thread muddassir hasan
] wrote: muddassir hasan wrote: Dear friends, I have started using Solr recently. I am facing a problem that in a query to solr i can get results sorted either on my date filed or on score which is calculated through frequency and proximity of query keywords in indexed documents