From 8de85b8a38e32688121e3443d437cf0b9a311871 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 13 Nov 2007 13:23:58 +0000 Subject: [PATCH] A bit of delicious library specific configuration in the sample solrconfig git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594528 13f79535-47bb-0310-9956-ffa450edef68 --- .../ruby/solr-ruby/solr/conf/solrconfig.xml | 67 +++---------------- 1 file changed, 11 insertions(+), 56 deletions(-) diff --git a/client/ruby/solr-ruby/solr/conf/solrconfig.xml b/client/ruby/solr-ruby/solr/conf/solrconfig.xml index ee065adaa37..c27ad1d0bd6 100755 --- a/client/ruby/solr-ruby/solr/conf/solrconfig.xml +++ b/client/ruby/solr-ruby/solr/conf/solrconfig.xml @@ -258,46 +258,15 @@ - - - - explicit - 0.01 - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - - text^0.2 features^1.1 name^1.5 manu^1.4 manu_exact^1.9 - - - ord(poplarity)^0.5 recip(rord(price),1,1000,1000)^0.3 - - - id,name,price,score - - - 2<-1 5<-2 6<90% - - 100 - *:* - - - - + + + explicit - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 + text^1.0 title_text^2.0 description_text^1.5 id^10.0 2<-1 5<-2 6<90% - - incubationdate_dt:[* TO NOW/DAY-1MONTH]^2.2 + *:* - inStock:true - cat - manu_exact - price:[* TO 500] - price:[500 TO *] + on + 1 + genre_facet + medium_facet + rating_facet + publisher_facet - - - - - inStock:true - - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - - 2<-1 5<-2 6<90% - -