Robert: But you do have an index somewhere, so the alternative for looking at it low-level would be 1> get a copy of Luke and point it at your index. Very useful tool 2> just copy all your conf and data files somewhere and run the Jetty instance of Solr on that...
FWIW, Erick On Wed, Oct 24, 2012 at 3:25 AM, Robert Krüger <krue...@lesspain.de> wrote: > On Tue, Oct 23, 2012 at 2:37 PM, Erick Erickson <erickerick...@gmail.com> > wrote: >> From left field: >> >> Try looking at your admin/schema browser page for the ID in question. >> That actually >> gets stuff out of your index (the actual indexed terms). See if you >> have two values > I'm running embedded, so I don't have that. However I have a simple UI > for performing queries and the duplicate records are displayed issuing > a "*:*" query. > >> for that ID. In which case you _might_ have spaces before or after the value >> somehow. I notice your comment says something about "computed", so... Since >> String types are totally unanalyzed, spaces would count. > No, the way the id is computed can not lead to leading or trailing whitespace. > >> >> you can also use the TermsComponent to see what's there, see: >> http://wiki.apache.org/solr/TermsComponent > I'll take a look. > >> >> Best >> Erick > > Thanks, > > Robert