Hi, We use solr 3.6 to index a field of "long" type:
<fieldType name="long" class="solr.TrieLongField" ... Now for debugging purpose we need to see the original value (the field is not stored), but in luke we cannot see. 1/ is there a way to see original "long" type value (using luke or not) ? 2/ if we need to use lucene to search this field, what analyzer should we use ? Thanks very much for helps, Lisheng