Re: Solr Search on Fields name

2014-04-07 Thread anuragwalia
Thanks Ahmat and Jack for replying. I found a another way to solve the problem by using FilterQuery. fq=RuleA:*+OR+RuleC:* but due to development platform query parsing stuck some where else. Hopefully after platform fix it will work for me. I will get back to you if any other issue occurred.

Solr Search on Fields name

2014-04-04 Thread anuragwalia
Hi, Thank for giving your important time. Problem : I am unable to find a way how can I search Key with "OR" operator like if I search Items having "RuleA" OR "RuleE". Format of Indexed Data: 1.0 . 4 2 2 2 Can any one help me out how can prepare SearchQuery for key search. Regard

Sorting on solr results

2013-12-04 Thread anuragwalia
HI All, Please provide me your idea for below problem. I required to sort product on webshop price with position. e.g. If we have three product (A, B ,C) needs to sort Price asc and position asc. ID Price Position A 10 3 B 10 2 C 20 5 Result should be so