I am needing to index primarily .doc files but also need it to look at
.pdf and .xls files.  I am currently looking at the Tika project for
this functionality. 


Kevin Miller
Web Services

-----Original Message-----
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] 
Sent: Tuesday, July 14, 2009 1:34 AM
To: solr-user@lucene.apache.org
Subject: Re: Implementing Solr for the first time

On Tue, Jul 14, 2009 at 1:33 AM, Kevin Miller <
kevin.mil...@oktax.state.ok.us> wrote:

> I am new to Solr and trying to get it set up to index files from a 
> directory structure on a server.  I have a few questions.
>
> 1.) Is there an application that will return the search results in a 
> user friendly format?
>

I'm not sure. There is a ruby application called flare but I haven't
used it myself. People usually build their own applications and use Solr
as a search server.


> 2.) How do I move Solr from the example environment into a production 
> environment?
>

If you mean how do you change the example schema/config, then that
depends entirely on the kind of data you want to search.

Some good starting points on deciding the schema are:
http://wiki.apache.org/solr/SchemaDesign
http://wiki.apache.org/solr/UniqueKey


> 3.) Will Solr search through multiple folders when indexing and if so 
> can I specify which folders to index from?
>

Solr does not search through folders. Solr is only a server. You can
either write a program to push data to Solr or use a plugin like
DataImportHandler to do this.

http://wiki.apache.org/solr/DataImportHandler

What are the kind of files you are indexing?

--
Regards,
Shalin Shekhar Mangar.

Reply via email to