Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 11415 invoked from network); 1 Apr 2008 06:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 06:52:36 -0000 Received: (qmail 51366 invoked by uid 500); 1 Apr 2008 06:52:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 51336 invoked by uid 500); 1 Apr 2008 06:52:29 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 51325 invoked by uid 99); 1 Apr 2008 06:52:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 23:52:29 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 06:51:47 +0000 Received: by an-out-0708.google.com with SMTP id c5so508981anc.49 for ; Mon, 31 Mar 2008 23:51:46 -0700 (PDT) Received: by 10.100.227.6 with SMTP id z6mr18425051ang.41.1207032706143; Mon, 31 Mar 2008 23:51:46 -0700 (PDT) Received: from ?10.17.4.4? ( [72.93.214.93]) by mx.google.com with ESMTPS id s40sm7535347hsb.13.2008.03.31.23.51.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 31 Mar 2008 23:51:45 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <4b606ead0803312348w53c064fevd0af792127692811@mail.gmail.com> References: <4b606ead0803312348w53c064fevd0af792127692811@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <51D88A99-34D7-4ADF-B99C-27C260784388@mikemccandless.com> Content-Transfer-Encoding: 7bit From: Michael McCandless Subject: Re: Lucene Search Engine Query Date: Tue, 1 Apr 2008 02:51:56 -0400 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org This could be the maxFieldLength default in IndexWriter? By default IndexWriter only indexes the first 10,000 tokens of a document. Mike shrish garg wrote: > Hi, > I am using Lucene search engine in my website for document > search . > though it is working fine and searching the keywords into the > documents > properly, i am facing a problem during the search . > When i am searching some keywords whose occurence are very > low in > the document and only after the 50-60 pages from the start of the > document, > the search engine is not able to serach those keywords. > I am confuse whether their r any limitations for the search > in lucene > search engine or it is a problem with my configuration, so i need a > help > from you . > if you have any idea about my problem, please send me the > reason and > solution to correct the mistake if any. > > -- > Thanks and Regards > Shrish Kumar Garg > 9999176464 > Software Developer > V2Web Informatics,Delhi --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org