
108 WebSphere Commerce V7.0 Feature Pack 2 Search Solution Overview and Deployment
Figure 5-3 Running a query
Note that the queries are constructed differently in Luke than they are in Solr. For example,
using the earlier example of searching for jeans, in a Solr browser, you use the following Luke
query:
http://host_name:3737/solr/MC_10001_CatalogEntry_en_US/select?q=name:jeans
Using the name:jeans query in the search field produces 0 results. Oddly enough, using
name:jean produces the correct results. You can see the same result, for example, using
coffee. Using name:coffee returns zero results, but using name:coffe returns the correct
results. ...