You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by ab...@gmail.com on 2010/01/04 07:09:33 UTC

Search algorithm used in Solr

Hello everyone,

Is there an article which explains (on a high level) the algorithm of search in Solr?

How does Solr search approach compare to the "inverted index" technique?

Regards,
Abhishek
------Original Message------
From: Mattmann, Chris A (388J)
To: solr-user@lucene.apache.org
ReplyTo: solr-user@lucene.apache.org
Subject: Re: Indexing the latests MS Office documents
Sent: Jan 4, 2010 06:49

Hi Roland,

You probably want to send your email to tika-user@lucene.apache.org.

Best of luck!

Cheers,
Chris



On 1/3/10 4:00 PM, "Roland Villemoes" <rv...@alpha-solutions.dk> wrote:

> Hi All,
> 
> Anyone who knows how to index the latest MS office documents like .docx and
> .xlsx  ?
> 
> From searching it seems like Tika only supports the earlier formats .doc and
> .xls
> 
> 
> 
> med venlig hilsen/best regards
> 
> Roland Villemoes
> Tel: (+45) 22 69 59 62
> E-Mail: mailto:rv@alpha-solutions.dk
> 
> 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




Sent from BlackBerry® on Airtel

Re: Search algorithm used in Solr

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Mon, Jan 4, 2010 at 11:39 AM, <ab...@gmail.com> wrote:

> Hello everyone,
>
> Is there an article which explains (on a high level) the algorithm of
> search in Solr?
>
> How does Solr search approach compare to the "inverted index" technique?
>
>
Solr uses Lucene. It is the same inverted index technique at work.

-- 
Regards,
Shalin Shekhar Mangar.