Database Query Search Time
|
08-14-2010, 03:38 AM
Post: #14
|
|||
|
|||
RE: Database Query Search Time
hmm... SOLR is usually an independent web service and applications connect to it using REST...
check out the docs for filter query : http://wiki.apache.org/solr/CommonQueryParameters#fq Try changing Code: <cfsearch collection="product_collection" criteria="custom2: 0 TO 350" name="results" status="r" suggestions="always" to Code: <cfsearch collection="product_collection" criteria="custom2:[0 TO 350]" name="results" status="r" suggestions="always" cdnplanet.com: We help you select the right CDN |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)