kRyszard

Results 4 issues of kRyszard

hi, I was wondering do you plan to upgrade solandra to use solr 3.5? Could be useful for highlighting and few other things...

using solandra with cassandra 1.0.5 (commit 5dd17c89cd grimesp authored December 12, 2011), using org.apache.cassandra.dht.ByteOrderedPartitioner, using schema with field type: name="long" class="solr.LongField" omitNorms="true", using this field type in field: name="post_orig_id" type="long"...

Hi, my documents has an id field, called "doc_id", declared with the following attributes: <field name="doc_id" type="long" indexed="true" stored="true" required="true" /> This id is marked as an unique key with...

Is it possible to highlight whole query terms? f.e. when I ask for "United States" I want to get <em>United States</em> and not <em>United</em> <em>States</em>. I've searched the whole Internet...