Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Lucene
Page 142 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10  

Subject: Reconstruct segments file?

Idiot question. I 've managed to blow away the "segments " file. This is an optimized index so there 's only one segment. Is there an easy way to reconstruct the segments file? I 've looked ove

Disk space used by optimize - non space in disk corrupts index.

Hi all We have a big index and a little space in disk. When optimize and all space is consumed our index is corrupted. segments file point to nonexistent files. Enviroment java 1.4.2_04 W2

Subject: Document numbers and ids

The LiA says that I can use Sort.INDEXORDER when indexing order is relevant and gives an example where documents ' ids (got from Hits.id() ) are increasing from top to bottom of resultset. Are that

Optimize not deleting all files

Hi When I run an optimize in our production environment old index are left in the directory and are not deleted. My understanding is that an optimize will create new index files and al

Subject: Numbers in the Query String

Hello How can one search for a document based on the query which has numbers in the query srting. e.g. query Java 2 Platform J2EE What do I need to do so that the numbers do not get negl

Searching for doc without a field

Is there any way to construct a query to locate all documents without a specific field? By this I mean the Document was created without ever having that field added to it. -- Bill Tschumy Oth

Re: Parsing The Query: Every document that doesn 't have a field containing
x

> Negating a term must be combined with at least one nonnegated term to return > documents in other words it isn 't possible to use a query like NOT term to > find all documents that don 't contain

Parsing The Query: Every document that doesn 't have a field containing x

Hello I have a query that finds document that contain fields with a specific value. query1 QueryParser.parse( "jpg " "kcfileupload " new StandardAnalyzer()) This works well. I would li

Subject: Lock failure recovery

Hello A commit.lock can get left by a process that dies in the middle of reading the index for example because of an OutOfMemoryError. How can I handle such a left lock gracefully the next tim

Hits and HitCollector performance

I am trying to do some filtering and rearrangement of search result. Two possiblity come into mind are iterating though the Hits or making custom HitCollector. All documentation invaribly warn ab

Subject: Right way to make analyzer

Is this the right way to make a porter analyzer using the standard tokenizer? I 'm not sure about the order of the filters. Owen class MyAnalyzer extends Analyzer { public TokenSt

Subject: Getting Search Results Pharse

Hi All I am using lucene to index and search my app. Till date I am just showing file name or title based on my application. We want to show pharse that contain the keyword searched. Has any

Rewrite causes BooleanQuery to loose required terms

--8323328-202035445-1107427112 2267 Content-Type TEXT/PLAIN charset US-ASCII Hi All I 'm using lucene from CVS and I 've discovered the rewriting a BooleanQuery created with the old style (

which HTML parser is better? - Thread closed

Thank you I will do that. > Karl Koch wrote > > >I appologise in advance if some of my writing here has been said before. > >The last three answers to my question have been suggesting patter

Has anyone tried indexing xml files: DigesterXMLHandler.java file before?

Hi I just tried to compile DigesterXMLHandler.java from the LIA codes which I have gotten from the src directory. I placed it into my own directory... I could 't seem to be able to compi

Synonyms Not Showing In The Index

Hello It seems my Synonym analyzer is working (based on some successful queries). But I can 't see the synonyms in the index using Luke. Is this correct? Thanks Luke

QueryParser Help

Hello Getting squinted with Query Parsing. I have a questions Query query MultiFieldQueryParser .parse( "mario " new String[] { "name " "desc " } new int[] {

Subject: Subversion conversion

The conversion to Subversion is complete. The new repository is available to users read-only at http //svn.apache.org/repos/asf/lucene/java/trunk Besides /trunk there is also /branches and

AW: *term

Hi I was not able to find anything. Does anybody have a link? --Tim > -----Urspr?ngliche Nachricht----- > Von sergiu gordea [mailto gsergiu@(protected)] > Gesendet Mittwoch 2. F

*term

Hi is there a way to make QueryParser accept *term? thank you --Tim

Subject: REPLACE USING ANALYZERS

Hi Guys Apologies......... I am would like to know if Any Analyzers out there which can give me the required o/p as shown below 1) I/p "+~shoes -~nike " O/p "+shoes -nike "

Subject: enquiries - pls help, thanks

Hi May I know whether Lucene currently supports indexing of xml documents? I tried building an index to index all my directories in webapps via java org.apache.lucene.demo.IndexFiles /h

when indexing, java.io.FileNotFoundException

Hi I am getting this exception now and then when I am indexing content. It doesn 't always happen. But when it happens I have to delete the index and start over again. This is a serious problem.

Results

Another question for the day How to make sure that the results shown are the only one containing the keywords specified? e.g. the result for the query Red AND HAT AND Linux should result in

Query Format

Hello All What should my query look like if I want to search all or any of the following key words. Sun Linux Red Hat Advance Server replies are much appreciated. -H

Combining Documents

Hello I have a situation where I need to combine the fields returned from one document to an existing document. Is there something in the API for this that I 'm missing or is this the best way

How do I delete?

I 've been merrily cooking along thinking I was replacing documents when I haven 't. My logic is to go through a batch of documents get a field called "reference " which is unique build a term fro

competition - Re: rackmount lucene/nutch - Re: google mini? who needs
it when

I wasn 't sure where in this thread to reply so I 'm replying to myself ) What search appliances exist now? I only found 3 [1] Google [2] Thunderstone http //www.thunderstone.com/

Subject: How to get document count?

I 've indexed a large set of documents and think that something may have gone wrong somewhere in the middle. Is there a way I can display the count of documents in the index? Thanks Jim.

IndexSearcher close

Is there a way to check if an IndexSearcher is closed? Thanks in advance Ravi.
Page 142 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10