I think the easiest way to put it is my first cell will be a term. The
following cells are then the summary or definition to the term and so on and
so on. My search needs to find the term by letter since my page has that
option and then return in two separate columns on the results page the Term
sided by its definition. Thanks hope you can help.
From: Erik Hatcher <[EMAIL PROTECTED]>
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: Excel Spreadsheet
Date: Mon, 8 Aug 2005 10:58:55 -0400
On Aug 8, 2005, at 10:30 AM, christopher may wrote:
I have a spreadsheet with the first cell being the term and the next
cells hold the description. Is there a way I can build this into the
index easily or is this going to take a custom analyzer ? Any help or
ideas would be greatly appreciated. Thanks
What are your searching needs? That is the first question to ask yourself
when deciding on an analyzer. You will probably want to extract the cells
separately and index them into separate fields, and you could start by
trying the StandardAnalyzer to see if it meets your needs. It is
impossible to say for sure without seeing some details of what text you're
dealing with and knowing how you want to search it.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]