- Lucene home page –> http://lucene.apache.org/
- Download Lucene from –> http://www.apache.org/dyn/closer.cgi/lucene/java/
- Lucene API Doc –> http://lucene.apache.org/java/docs/api/index.html
- Lucene docs for each release –> http://lucene.apache.org/java/docs/
- Where can I get help from –> java-user@lucene.apache.org
- Lucene wiki –> http://wiki.apache.org/lucene-java/FrontPage
- Lucene , how to improve search speed –> http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
- Lucene , how to improve index speed –> http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
- Lucene FAQ –> http://wiki.apache.org/lucene-java/LuceneFAQ
A Facet is a search refinement element that corresponds to a property of a commerce item type. ATG supports the search result refinement using the Faceted Search concept. Read more about facted search @ http://en.wikipedia.org/wiki/Faceted_search . Facet can either be ranges or specific values. Each facet is stored in the RefinementRepository as a separate refineElement repository item. Facets are divided into Global and Local facets. Global facets apply to all the categories and local facets only to the category in which they are created. For example Price/Brand can be considered as the facets that are common for all skus and New Release/Coming Soon can be considered as the facets that are specific to Physical Media products like Vidoe/DVD/Blue-ray/Books. We can use the ATG BCC - Merchandising UI to create facets. The Faceting Property depends on the meta-properties defined in the \atg\commerce\search\product-catalog-output-config.xml ( the def...
Comments
Post a Comment