lucene - Solr 3.5 field type -
lucene - Solr 3.5 field type -
i'm using solr 3.5 in application i'm working currently. have defined few field types custom prefixed values.
mostly cost differs each , every prefix.
example 123_34.99 define cost "34.99" in store "123".
i need know whether exact/similar out of box fieldtype there in solr 4.1.0 handle above mentioned field types.
i guess improve approach store info utilize solr dynamic fields. instead of storing info 123_34.99, wouldn't want store in price_storeid
field
price_123 = 34.99
or there specific reason want store 123_34.99
?
solr lucene zend-search-lucene
Comments
Post a Comment