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 140 of 247 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  

java.io.IOException: Stale NFS file handle

Has anyone seen this.. java.io.IOException Stale NFS file handle at java.io.RandomAccessFile.readBytes(Native Method) at java.io.RandomAccessFile.read(RandomAccessFile.java 307)

Searches Contain Special Characters

Hi All How could I handle doing a wildcard search on the input *mario? Basically I would be interested in finding all the Documents containing <anything >*mario <anything > Here is an example of such

Storing info about the index in the index

Hi! Is there any way to store info about the index in the index? (You know like in .doc files on Windows. You can store title author etc...) I need to store the last indexed database UID in the in

reuse of TokenStream

Hi is it thread safe to reuse the same TokenStream object for several fields of a document or does the IndexWriter try to parallelise tokenization of the fields of a single document? Similar questi

ParrellelMultiSearcher Question

Hello I would like to use ParrellelMultiSearcher with few RemoteSearchables. If one of the remote server is down Can I parrellelMultiSearcher set close() and make new ParrellelMultiSearche

Using the highlighter from the sandbox with a prefix query.

Dear All We have been using the highlighter from the lucene sandbox which works very nicely most of the time. However when we try and use it with a prefix query (which is what you get having parsed

bookkeeping documents cause problem in Sort

I understand that unlike relational database Lucene is flexible in having documents with different set of fields. My index has documents with a date and content field. There are also a few book keepi

knowing which field contributed the search result

Hi Is there way to find out given a hit from a search find out which fields contributed to the hit? e.g. If my search for contents1 "brown fox " OR contents2 "black bear " can the document fo

big index and multi threaded IndexSearcher

Hello. I use PyLucene python port of Lucene. I have problem about using big index (50Gb) with IndexSearcher from many threads. I use IndexSearcher from PyLucene 's PythonThread. It 's really a wrappe

Concurrent searching & re-indexing

Hi I 've read from various sources on the Internet that it is perfectly safe to simultaneously search a Lucene index that is being updated from another Thread as long as all write access to the inde

Subject: Fieldinformation from Index

Hello I have two questions which might be easy to answer from a Lucene expert 1) I need to know which fields a collection of Documents has (given the fact that not all docuemnts do necessaryly use

Lucene on PersonalJava ?? HELP!

Hi did anybody here run Lucene 1.3 or 1.2 under PersonalJava (equivalent to JDK 1.1) ? I have a friend who runs Lucene 1.3 under PersonalJava and it works. Mine doesn 't. When conmparing the the cod

Lucene "cuts " the search results ?

Hi all I 'm quite a newbie for Lucene but I bought "Lucene In Action " and I 'm trying to customize few examples caught from there. I Have this sample code of JSP (bad JSP caus ' I 'm also a jsp new

Numbers in Index

hi actually i 'm using standard analyzer during my index process. but when i browse the index with luke there also numbers inside. which analyzer should i use to eliminate this from my index or shou

Limiting Hits with a score threshold

Does anyone have an example of limiting results returned based on a score threshold? For example if I 'm only interested in documents with a score > 0.05. Thanks -Jay

Re: Are wildcard searches supposed to work with fields that are saved,
indexed

Erik Hatcher wrote > > On Feb 14 2005 at 12 40 PM Jim Lynch wrote > > > I was trying to write some documentation on how to use the tool and > > issued a search for > > > > contact DENNIS MORROW

Are wildcard searches supposed to work with fields that are saved, indexed a

On Feb 14 2005 at 12 40 PM Jim Lynch wrote > I was trying to write some documentation on how to use the tool and > issued a search for > > contact DENNIS MORROW Is that literally the QueryPars

Are wildcard searches supposed to work with fields that are saved,
indexed and

I was trying to write some documentation on how to use the tool and issued a search for contact DENNIS MORROW And sure enough I got 647 hits. Then I changed the searc to contact DENNIS MORRO?

What does [] do to a query and what 's up with lucene.apache.org?

First I 'm getting a The requested URL could not be retrieved

Subject: chained restrictive queries

Hi I 'm currently working on application using Lucene 1.3 and have to improve the current indexation/search methods with the 1.4.3 version. I was thinking to use the FilteredQuery object to refin

tf -idf showing the scores beside each hit

hi is it possible to show a tf idf score beside each hit Eg i type in a word as a query for example the word "free " and each file with the word free is named but i would like the tf idf score to a

BOOLEAN EXCEPTION APPSERVER SOLUTION

Hi Guys Apologies........ The form was Correct The problem of CLASS LOADING was or may be a bug with the Version jdk1.4.1 and TOMCAT5.5.3 on Gentoo O/s. So I switched to jdk1.4.2 and every thin

Subject: DateFilter on UnStored field

Hi! Does DateFilter work on fields indexed as UnStored? Can I filter an UnStored field with values like "2004-11-05 " ? Regards Sanyi

Multiple Keywords/Keyphrases fields

I 'm getting a bit more serious about the final form of our lucene index. Each document has DocNumber Authors Title Abstract and Keywords. By Keywords I mean a comma separated list each entry

behavioral differences between Field.Keyword and Field.UnStored

Perhaps someone can explain something that seems to be a little weird to me. I seem to be unable to search on fields of type Keyword. The following snippet returns no hits.. IndexWriter

Subject: BOOLEAN EXCEPTION APPSERVER

Hi guys Apologies........... I am getting this error on ' Every FIRST SEARCH after Startup of the WEBSERVER ' and I have declared the following code only once in the method of execution <

Multiple Fields with same name

Hi All If I store multiple fields with same name for example ?Author? with 3 values ?bob ?jane? ?bill? once I retrieve the doc are the values in the same order? Thanks Ramon -- No virus

Access Lucene from PHP or Perl

Greetings. Can anyone point me to a how-to tutorial on how to access Lucene from a web page generated by PHP pr Perl? I 've been looking but couldn 't find anything. Thanks a lot. And

Subject: new segment for each document

How can I create a new index segment for each new document? The reason for doing this is I want to be able to retrieve a document as soon as it is added. I tried setting the minMergeFactor on the writ

Negative Match

I think I found a pretty good way to do a negative match. In this query I am looking for all the Documents that have a kcfileupload field with any value except for jpg. Query negativeMatch
Page 140 of 247 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100