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 a database

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 directly.

HTH,

Michael Della Bitta

------------------------------------------------
Appinions, Inc. -- Where Influence Isn’t a Game.
http://www.appinions.com


On Mon, Jun 11, 2012 at 6:12 PM, Jin Chun <jinwoongc...@gmail.com> wrote:
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 <dataDir> in solrconfig.xml.. and
all I see in there is bunch of .fdt, .fdx, .frq, .tis files... Any
suggestions?

Thanks,

J

Reply via email to