Would you be able to point in the direction of how I can load the lucene code into a JDE environment. Im working with the Blackberry jde. I am new to this so any help would be appreciated. Thanks

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]

Reply via email to