Do a query such as:
http://localhost:8983/solr/select/?q=*:*
to see the count of documents that were indexed.
-- Jack Krupansky
-Original Message-
From: Michael Della Bitta
Sent: Monday, June 11, 2012 6:41 PM
To: solr-user@lucene.apache.org
Subject: Re: After a full data import from
Hi Jin,
The file never shows up on disk anywhere. It's parsed and various bits
of it are stored in various different ways, depending on your schema.
The raw stored data, if you've so specified, is in the .fdt file, but
that's not going to be a very convenient file format for you to look
at directl
Hi there,
I just did a full import of data from a database... and where should I be
looking for the indexed file (likely be in xml format)?
I've already checked the folder I set as in solrconfig.xml.. and
all I see in there is bunch of .fdt, .fdx, .frq, .tis files... Any
suggestions?
Thanks,
J