Re: org.apache.lucene.util.English

2010-02-04 Thread Suraj Parida
:) Regards, Suraj Simon Willnauer wrote: > > You are referring to a testcase which is not included in a any artifact. > What are you trying to do with this class? > > simon > > On Thu, Feb 4, 2010 at 12:48 PM, Suraj Parida > wrote: >> >> Hi, >> &

org.apache.lucene.util.English

2010-02-04 Thread Suraj Parida
Hi, lucene-2.9.1-src\lucene-2.9.1\contrib\spellchecker\src\test\org\apache\lucene\search\spell has a file TestSpellChecker.java Please tell which jar file is used in it. i can't find the jar. Regards Suraj -- View this message in context: http://old.nabble.com/org.apache.lucen

Re: Searching compressed text using CompressionTools

2010-02-03 Thread Suraj Parida
Ian, Small correction made ... Thanks for solving my previous problems. Now i tested the compression with 100 docs and found: 1. Without Compression size of FS directory (on disk)= 10.8 KB 2. With Compression size of FS directory (on disk) = 12.0 MB and with 500 docs: 1. Without Compres

Re: Searching compressed text using CompressionTools

2010-02-03 Thread Suraj Parida
ed* fields. For indexing there is no >>> compression available (how should that work). You must clearly >>> differentiate between stored and indexed fields! >>> >>> - >>> Uwe Schindler >>> H.-H.-Meier-Allee 63, D-28213 Bremen >>>

RE: Searching compressed text using CompressionTools

2010-02-01 Thread Suraj Parida
de > >> -----Original Message- >> From: Suraj Parida [mailto:parida.su...@gmail.com] >> Sent: Monday, February 01, 2010 12:44 PM >> To: java-user@lucene.apache.org >> Subject: Searching compressed text using CompressionTools >> >> >> Hi, >> >&

Searching compressed text using CompressionTools

2010-02-01 Thread Suraj Parida
Hi, I want to compress a text field (due to its large size and spaces), during indexing. I am unable to get the same also want to search. My code during compressing is as follows: String value = "Some large text .. "; byte[]