Is there any possibility to display Index.NO_NORMS values

2007-06-24 Thread Sebastin
Hi all, Is there any possibility to display Index values (ie) when we want to search a field we use, String test=9840836588 Document doc=new Document(); doc.add(new Field(test,test,Field.Store.NO,Field.Index.NO_NORMS);

Re: Is there any possibility to display Index.NO_NORMS values

2007-06-24 Thread Chris Hostetter
: Subject: Is there any possibility to display Index.NO_NORMS values : Is there any possibility to display Index values : doc.add(new : Field(test,test,Field.Store.NO,Field.Index.NO_NORMS); : indexWriter.addDocument(test); : : : is it possible to display test

Searcher throws java.io.IOException: Bad file descriptor

2007-06-24 Thread MC Moisei
Any of you got something like this ? It looks that I have to reindex my entities. 2007-06-24 15:00:53,048 [TP-Processor1]: ERROR com.gsi.core.service.search.SearchServiceImpl.search(SearchServiceImpl.java:489) - Search error : Bad file descriptor on News java.io.IOException: Bad file descriptor

TermVector

2007-06-24 Thread Lee Li Bin
Hi, May I know how do I store TermVector? When I set the last parameter to true, isn't it setting storeTermVector to true? But I get null value in TermFreqVector. BTW, I'm using lucene 1.4.3 Not intended to upgrade to 2.0 docAll.add(Field.Text(contentText, new

Re: JavaCC Download

2007-06-24 Thread jiang jialin
you must registe first 2007/6/23, Mahdi Rahimi [EMAIL PROTECTED]: Hi Steven. When i access to this address, this message appread Forbidden You don't have permission to access /servlets/ProjectHome on this server. What's the problem? Thakns. Steven Rowe wrote: Mahdi Rahimi wrote: Hi.

RE: TermVector

2007-06-24 Thread Liu_Andy2
Suggest you use lucene 2.1 or above Andy -Original Message- From: Lee Li Bin [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 5:14 AM To: java-user@lucene.apache.org Subject: TermVector Hi, May I know how do I store TermVector? When I set the last parameter to true, isn't