Ignore Words Problem

2007-03-22 Thread aslam bari
I want to be make sure, if this statement is Right or not? "I am using StatndardAnaylyzer for Indexing documents. Bydefault it ignores some words when doing indexing. But when we search something, Lucene again include the ignore words in searching".??? Myproblem is that:- I indexed a word documen

Re: indexing rss feeds in multiple languages

2007-03-21 Thread aslam bari
OOPs!!! Sorry, My last message has come here by mistake. It was for someone else, It is just a silly mistake. sorry People. - Original Message From: aslam bari <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 22 March, 2007 12:12:57 PM Subject: Re: indexi

Re: indexing rss feeds in multiple languages

2007-03-21 Thread aslam bari
Hi, Have a look to my resume attached with the mail. if it suits you, let me know. Thanks... - Original Message From: Melanie Langlois <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 22 March, 2007 11:33:03 AM Subject: indexing rss feeds in multiple languages Hi,

Re: Common Words ignoring problem

2007-03-19 Thread aslam bari
DS. -Grant On Mar 19, 2007, at 6:14 AM, aslam bari wrote: > Hello All, > I am using StandarAnalyzer for indexing documents. Then i make a > query to search some words with And query. > For example I need to search for a document which contains > followings all words > "

Common Words ignoring problem

2007-03-19 Thread aslam bari
Hello All, I am using StandarAnalyzer for indexing documents. Then i make a query to search some words with And query. For example I need to search for a document which contains followings all words " this is garden". I think when lucene index the document , it ignores some common words like "

Re: Big size xml file indexing

2007-01-21 Thread aslam bari
small files and make sure that new small files generated are of correct xml syntax. Now Index small files{more than one} generated instead of one large file. Could you say the sturcture of ur xml file and what ur trying to index. On 1/22/07, aslam bari <[EMAIL PROTECTED]> w

Re: Big size xml file indexing

2007-01-21 Thread aslam bari
xml file is """ - - - - """ Since you cannot go beyond 500MB this technique might help you of course if file sturcture is the same. On 1/22/07, aslam bari <[EMAIL PROTECTED]> wrote: > > Dear all, > I m using luce

Big size xml file indexing

2007-01-21 Thread aslam bari
Dear all, I m using lucene to index xml files. For parsing i m using JDOM to get XPATH nodes and do some manipulation on them and indexed them. All things work well but when the file size is very big about 35 - 50 MB. Then it goes out of memory or take a lot of time. How can i set some parameter

Re: Lucene search returns Zip file Name

2007-01-05 Thread Aslam Bari
e and the real file name. > > Best > Erick > > > On 1/5/07, Aslam Bari <[EMAIL PROTECTED]> wrote: >> >> >> Dear all, >> I m using lucene to index zip files. Suppose a zip file contains 4 files. >> All files get indexed well with uri of Zip file m

Re: Is DWF extractor for Lucene exists?

2007-01-05 Thread Aslam Bari
nt Ingersoll-6 wrote: > > Lucene works with text; we don't provide any custom extractors. You > will need to parse DWF (I'm not even sure what a DWF file is) and > construct the Document/Fields that you want based on your content. > > -Grant > > On Jan 5, 2007,

Is DWF extractor for Lucene exists?

2007-01-05 Thread Aslam Bari
Dear All, I need to index and search DWF files. Is it possible in Lucene. If yes, Then which extractor should i use to index the DWF files. Thanks... -- View this message in context: http://www.nabble.com/Is-DWF-extractor-for-Lucene-exists--tf2925205.html#a8176977 Sent from the Lucene - Java Us

Lucene search returns Zip file Name

2007-01-05 Thread Aslam Bari
Dear all, I m using lucene to index zip files. Suppose a zip file contains 4 files. All files get indexed well with uri of Zip file means when i search for any content the result comes and the resutl file name is zip file, but i need to know the real file name in which the data found. How to get t

NewBie:- Which Analyzer is best for Text and Number Indexing

2006-12-29 Thread aslam bari
Hello All, I m new to Lucene and want to know which anayzer to use for indexing the Text and Numbers as well. But here is a problem. I have a xml file which has text and numbers in values. I want to index some(special) nodes value with [text and Numbers] but don't need all of the nodes to come

Re: Can Lucene Index 50MB xml file

2006-09-27 Thread aslam bari
avin pandya - Original Message ----- From: "aslam bari" To: Sent: Wednesday, September 27, 2006 2:29 PM Subject: Can Lucene Index 50MB xml file > Dear all, > I want to confirm that can Lucene index 50MB xml file. Or i have to > change in source code to make it work. Because i th

Can Lucene Index 50MB xml file

2006-09-27 Thread aslam bari
Dear all, I want to confirm that can Lucene index 50MB xml file. Or i have to change in source code to make it work. Because i think there is some limits of tokens in Lucene. So it is not doing indexing of whole document. Any Views? Where should i change in code.

Re: Big Ducument Indexing Limit?

2006-09-15 Thread aslam bari
zer on your xml (give up at XmlContentExtractor). In this manner you can index all "words" from xml file at lower case (tag name, attribute name, attribute value and content). Of course, you should use the same analyzer for searching. Simon Willnauer wrote: On 9/15/06, aslam ba

Re: Big Ducument Indexing Limit?

2006-09-15 Thread aslam bari
be indexed, where should i do change the code. Thanks... Catalin Mititelu <[EMAIL PROTECTED]> wrote: Yes. The default max limit for indexing tokens is 10,000. Look here http://lucene.apache.org/java/docs/api/org/apache/lucene/index/IndexWriter.html#DEFAULT_MAX_FIELD_LENGTH aslam bari

Big Ducument Indexing Limit?

2006-09-15 Thread aslam bari
Dear all, I am trying to index a Xml file which has 6MB size. Does lucene support the big document size. What is the limit of lucene Max file size to index. Because when i check and trying to search in the indexed file. I am not able to get all the results. It gives me some results but not o

Navigating Through the document

2006-08-18 Thread aslam bari
Dear all, I am using LuceneContentIndexer and slide2.2. I am searching whitin a XML document. I searched a word "circle". It gives me result that try.xml file contains it. Now i want to Navigate through this try.xml file for all "circle" occurrence. (Note:- "circle" is not a Node , it is

TextContentIndexer Problem

2006-08-18 Thread aslam bari
Dear All, I have used TextContentIndexer to Index my docs.It uses the TextContainsExpression Class for searching. When i am using DASL search for a single word like:- "" + "ques"+ "" + It gives the result successfully. But if i want to give complex query it gives the exceptio

Re: Words Frequency Problem

2006-08-18 Thread aslam bari
Field.Text(CONTENT_TEXT, reader)); } } indexWriter.addDocument(doc); indexWriter.optimize(); Sören Pekrul <[EMAIL PROTECTED]> wrote: aslam bari wrote: > I am searching for a word "circle" in my indexed document list. It gives

Re: Words Frequency Problem

2006-08-17 Thread aslam bari
search exact word "red color" , then how can i query for this. Doron Cohen <[EMAIL PROTECTED]> wrote: See http://www.nabble.com/Accessing-%22term-frequency-information%22-for-documents-tf1964461.html#a5390696 - Doron aslam bari wrote on 17/08/2006 23:13:27: > Dear All,

Words Frequency Problem

2006-08-17 Thread aslam bari
Dear All, I am new to Lucene. I am searching for a word "circle" in my indexed document list. It gives me total document found 4 i.e. Hits. But now i want to get how many occurances are there in each document i.e. frequency of words in result document. Plz. give me suggestions. Thanks...

Hits DASL

2006-08-11 Thread aslam bari
Dear All, How can i get the number of hits in a document from a DASL query result. I am using following Syntax. \n" + "http://jakarta.apache.org/slide/\";>" + "" + "" + "" + "" + "" + "" + "" + "" + "" + ""+scope+""+ "infinity" + "" + "" + "" + //Content Bas

LuceneIndexer not working

2006-08-03 Thread aslam bari
Dear All, I am using slide2.1, and now want to attach lucene. I enable the lucene in slide but indexes are not generated. Exceptions is coming while using LuceneIndexer. . Help Me - Here’s a new way to fin

Setting up slide in Eclipse

2006-08-02 Thread aslam bari
hello All, Does any body help me how to setup slide in Eclipse and start debug. Thanks... - Here’s a new way to find what you're looking for - Yahoo! Answers

Seach In slide with lucene

2006-08-01 Thread aslam bari
Dear All, I am facing a unknown situaltion. I am using webdav search, it is working fine, i know it is slower than lucene. I am using jakarta-slide-2.1 and lucene-2.1. I have configured my domain.xml file as:- ./index I saw that in store/index folder is getting created. But i