Remotely Index

2004-12-16 Thread Natarajan.T
Hi All, How to Index remotely? For example I have a some documents in machine A and lucene Indexing and searching server in machine B. How can do Index... Regards, Natarajan.

RE: Filter !!!

2004-12-07 Thread Natarajan.T
Thanks your kind help Erik.. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 12:56 PM To: Lucene Users List Subject: Re: Filter !!! On Dec 7, 2004, at 12:55 AM, Chris Hostetter wrote: > > : Hits hits = indexSearcher.search(searchQ

RE: Filter !!!

2004-12-06 Thread Natarajan.T
Thanks for your response.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hostetter Sent: Tuesday, December 07, 2004 11:26 AM To: Lucene Users List Subject: Re: Filter !!! : Hits hits = indexSearcher.search(searchQuery, filter) // here

Filter !!!

2004-12-06 Thread Natarajan.T
Hi All, I want pass multiple filter (QueryFilter,DateFilter) objects to search method.. See below: Hits hits = indexSearcher.search(searchQuery, filter) // here I want to pass multiple filter... (DateFilter,QueryFilter) How can I handle this?? Regards, Natarajan.

RE: Size Search

2004-12-06 Thread Natarajan.T
Thanks for your response. I have indexed like Field.Text("size",docSize) -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 6:48 PM To: Lucene Users List Subject: Re: Size Search On Dec 6, 2004, at 8:08 AM, Natarajan.T wrote

Size Search

2004-12-06 Thread Natarajan.T
Hi All, I have indexed File sizes(like 2,4, 5,10,20,etc...) I want search results only the size range between 5 - 20. How can I handle this??? Natarajan.

RE: Search Help in word doc

2004-10-19 Thread Natarajan.T
igine- De : Natarajan.T [mailto:[EMAIL PROTECTED] Envoyé : mardi 19 octobre 2004 11:41 À : 'Lucene Users List' Objet : RE: Search Help in word doc Are you doing this functionality under indexing part or search part -Original Message- From: Cocula Remi [mailto:[EMAIL PROTECTED]

RE: Search Help in word doc

2004-10-19 Thread Natarajan.T
else { sb.append(" _ "); } } System.out.println(sb.toString()); -Message d'origine- De : Natarajan.T [mailto:[EMAIL PROTECTED] Envoyé : mardi 19 octobre 2004 11:06 À : 'Lucene Users List' Objet : RE: Search Help in word doc Hi Remi, Thanks for yo

RE: Search Help in word doc

2004-10-19 Thread Natarajan.T
sb.append(" _ "); } } System.out.println(sb.toString()); -Message d'origine- De : Natarajan.T [mailto:[EMAIL PROTECTED] Envoyé : mardi 19 octobre 2004 11:06 À : 'Lucene Users List' Objet : RE: Search Help in word doc Hi Remi, Thanks for your response... Pls send me the

RE: Search Help in word doc

2004-10-19 Thread Natarajan.T
Seen that. I use the Character.isISOControl() function to identify and remove these characters. -Message d'origine- De : Natarajan.T [mailto:[EMAIL PROTECTED] Envoyé : mardi 19 octobre 2004 10:37 À : [EMAIL PROTECTED] Objet : Search Help in word doc Hi FFI, I am indexing mul

Search Help in word doc

2004-10-19 Thread Natarajan.T
Hi FFI, I am indexing multiple documents like (word,excel,html,ppt,pdf) at the time of indexing there is no problem. My search results contents(description) comes with small Boxes(this is happening only word documents) I think this is happening because of some special characters lik

Proxy Con. Problem in Weblogic.

2004-09-21 Thread Natarajan.T
Hi FYI, I am doing web crawling in my application using proxy setting. like the below code.. Properties systemSettings = System.getProperties(); systemSettings.put("http.proxySet", "true"); systemSettings.put("http.proxyHost", profileBean.getProfileParamBean().getProxyHost().trim()); sys

RE: Search PharseQuery

2004-09-14 Thread Natarajan.T
Ok you are correct ... Suppose if I type "what java" then how can I handle... Regards, Natarajan. -Original Message- From: sergiu gordea [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 7:38 PM To: Lucene Users List Subject: Re: Search PharseQuery Natarajan.T w

RE: Search PharseQuery

2004-09-14 Thread Natarajan.T
ist of accepted 'tokens'. If this is what you need let me know, I will make the code available... cheers, Aad Nales -Original Message- From: Honey George [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 September, 2004 13:39 To: Lucene Users List Subject: Re: Search PharseQue

RE: Search PharseQuery

2004-09-14 Thread Natarajan.T
I am trying to extend the current behavior. Regards, Natarajan. -Original Message- From: Honey George [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 5:09 PM To: Lucene Users List Subject: Re: Search PharseQuery --- "Natarajan.T" <[EMAIL PROTECTED]>

RE: Search PharseQuery

2004-09-14 Thread Natarajan.T
ot;"; Query q = QueryParser.parse(queryString, "field", new StandardAnalyzer()); System.out.println(q.toString()); This is enough for starting consult Lucene API for more information Sergiu Natarajan.T wrote: >Hi, > >Thanks for your mail, that link says on

RE: Search PharseQuery

2004-09-14 Thread Natarajan.T
. please take a look at http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html It's pretty clear. -Message d'origine- De : Natarajan.T [mailto:[EMAIL PROTECTED] Envoyé : mardi 14 septembre 2004 11:26 À : 'Lucene Users List' Objet : Search PharseQuery

Search PharseQuery

2004-09-14 Thread Natarajan.T
Hi All, How do I implement PharseQuery API? Pls send me some sample code.( How can I handle "java is platform" as single word? ) Regards, Natarajan.

Sort Search Result

2004-08-24 Thread Natarajan.T
FYI, How can I get the search results in Ascending order... (Sort API) Thanks, Natarajan.

RE: worddoucments search

2004-08-24 Thread Natarajan.T
Hi Santhosh, Try out the below attached code.(POI.jar should be in your class path) public String getContent(InputStream reader) throws IOException { ArrayList text = new ArrayList(); POIFSFileSystem fsys = new POIFSFileSystem(reader);

RE: pdfboxhelp

2004-08-22 Thread Natarajan.T
servlet dev, > > Place > > > > the jar file in "webapps///lib" > > > > and also correct the Classpath for the present modification. > > > > > > > > 2)create u'r own package and put all u'r java files copy the java > fil

RE: pdfboxhelp

2004-08-21 Thread Natarajan.T
Hi Santhosh, Try out this below code.(pdfbox.jar file must be in your classpath) public String getContent(InputStream reader) throws IOException{ PDFParser parser = null; PDDocument pdDoc = null; PDFTextStripper stripper = null; Str

Indexing Scheduler

2004-08-19 Thread Natarajan.T
FYI, I want to configure the Indexing file as per the user setting values(Date & Time). Job Scheduler. How can I handle the job scheduler to indexing??? Any one knows good experience in "Quartz Scheduler" share with me. Thanks, Natarajan.

Searching Query !!!

2004-08-13 Thread Natarajan.T
FYI, User enter the search query is like "What is java" Here "is" a common word how can I find out common words. I need the result like "is" a common word and not include your search. Thanks, Natarajan.

RE: MultiSearcher to Indexing.

2004-08-12 Thread Natarajan.T
Thanks for your response. Ok I can understand the concept . if you have any sample code pls sent it to me. You have any idea about Parallel Searcher pls share to me. -Original Message- From: Terence Lai [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 8:40 PM To: Lucene User

MultiSearcher to Indexing.

2004-08-12 Thread Natarajan.T
FYI I have an Indexing files in different folders, in this time how can I doing the Searching process using MultiSearcher. Thanks, Natarajan.

C

2004-08-06 Thread Natarajan.T
FYI, How can I create Index at the own name?(like IND001.DSX) -Original Message- From: Aviran [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 9:09 PM To: 'Lucene Users List' Subject: RE: When does IndexReader pick up changes? AFAIK you don't have to close the writer -Origin

PDFBox problem.

2004-07-23 Thread Natarajan.T
FYI, I am using PDFBox.jar to Convert PDF to Text. Problem is in the runtime its printing lot of object messages How can I avoid this one??? How can I go with this one. import java.io.InputStream; import java.io.BufferedWriter; import java.io.IOException; import org.pdfbox.util.PDFTextS

RE: Use of Convertes or Parser

2004-07-21 Thread Natarajan.T
example, POI will parse Excel and MS Word docs, PDFBox will parse PDF. Otis --- "Natarajan.T" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I have a small query, ie. Lucene 1.4 APIs directly indexing all the > documents(PPT,PDF,WORD,etc.) then why we go for Converters or

Use of Convertes or Parser

2004-07-21 Thread Natarajan.T
Hi Guys, I have a small query, ie. Lucene 1.4 APIs directly indexing all the documents(PPT,PDF,WORD,etc.) then why we go for Converters or Parsers. Thanks, Natarajan.

RE: Searching against Database

2004-07-15 Thread Natarajan.T
Hi, You how to convert RTF file file txt file. Any API available? If u have any sample code pls send it to me. Regards, Natarajan. -Original Message- From: Sergiu Gordea [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 2:16 PM To: Lucene Users List Subject: Re: Searching against

RE: Spell Checker

2004-07-13 Thread Natarajan.T
Hi, You know how to use Write and Write.Lock lucene java API. If u have any sample source? Regards, Natarajan. -Original Message- From: Lynn Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:03 PM To: 'Lucene Users List' Subject: RE: Spell Checker Thank you Wes. But Aspell is