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 199 of 247 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10  

Subject: large index query time

hi i recently merged a whole lot of indexes into one big index for testing purposes. however now the programs i use to search the index are taking much longer. this may be a stupid question (or

Subject: Lucene delete feature

Hi all I`ve got a question about the delete feature. I have a very large collection of XML documents each document contains a classification and one document can be in different classfic

Index pdf files with your content in lucene.

Hello I am new in opencms and lucene tecnology. I won index pdf files and index de content of this files. I work in this way Make a PDFDocument class like JspDocument class. use org.t

Subject: Is there a BNF query grammar?

Is there a formal grammar available that describes the latest query syntax? And where can I get it? Thanks!

new release: 1.3 RC2

A new Lucene release is available. It can be downloaded from http //cvs.apache.org/dist/jakarta/lucene/v1.3-rc2/ Release notes are at http //cvs.apache.org/viewcvs.cgi/*checkout*/j

Exact Match

Hi Does Lucene support exact matching on a tokenized field? So for example... if I add these three phrases to the index - "The quick brown fox " - "The quick brown fox jumped " - "brown fox "

Weird NPE in RAMInputStream when merging indices

Hello What could cause such weird exception? RAMInputStream. <init > java.lang.NullPointerException java.lang.NullPointerException at org.apache.lucene.store.RAMInputStream. <init >(RAMDirectory

Subject: Expression Extractions

I 've found something about expression extractions (the ability when a word and another appear frequently side-by-side to detect that they form an expression) http //www.miv.t.u-tokyo.ac.jp/pape

Subject: how to count stop words

Hi all For my job in indexing stage I would like to keep stop words such as the with of by etc as normal words. I did this by instantiating a standardAnalyzer object (in INdexHTML program) wit

Compound expression extraction

Hi. I 'm trying to extract expressions from the terms position information i.e. if two words appears frequently side-by-side then we can consider that the two words are only one. For instance

Subject: positional token info

Is anyone doing anything interesting with the Token.setPositionIncrement during analysis? Just for fun I 've written a simple stop filter that bumps the position increments to account for the s

Lucene on Windows

Hi Wonder if anyone can help. Has anyone used Lucene on a Windows environment? Anyone know of any documentation specifically focused on doing that? Or anyone know of any gotchas to avoid? Th

Subject: Hierarchical document

Hi I have a very hierarchical document structure where each level of the hierarchy contains indexable information. It looks like this Study - > Section - > DataFile - > Var

Open Source Goes to COMDEX

Hello This is pretty much off topic but... ZOE has been nominated as one of the candidate project to go the Open Source Innovation Area on the COMDEX Exhibit Floor. http //www.oreillynet.

Does the Lucene search engine work with PDF 's?

Hello Can the Lucene search engine index and search though PDF documents? What are the file format limits for Lucene search engine. Thanks in Advance Andre '

Indexing and searching in parallel

Hi Folks Is there a recommended strategy to deal with allowing to search an index that is updated continuously? One idea that I thought of is to have two indexes one for searching and one for inde

Indexing UTF-8 and lexical errors

I am trying to index UTF-8 encoded HTML files with content in various languages with Lucene. So far I always receive a message "Parse Aborted Lexical error at line 146 column 79. Encountered "\u2

field search sometimes throws exception

Hi I have a field "VOLUME " of type "keyword ". When I search for "VOLUME 1 " the expected hits are returned but when I search for "VOLUME 2 " I get an ArrayIndexOutOfBoundsException with message 101

Subject: StandardTokenizer Problem

Hi all. I need to define my own tokenizer so as to detect accentuated characters. So as not to modify the Lucene classes I made a copy of the StandardTokenizer.jj in another package. Then I modifie

Dash Confusion in QueryParser - Bug? Feature?

Hello when I search for "MS-Word " I get all the documents that contain exactly that word which is good. If however I search for MS-Word (without the quotes) then the MultiFieldQueryParser rest

GermanAnalyzer.java GermanStemmer.java

Moving to lucene-user list. If not the author maybe some users of this code can tell us how this uppercase/lowercase business should work. And the issue even includes patches. I don 't use the Germ

Announcing a new integration of Lucene

BroadVision tell me this is far better than their 2 attempts at using Lucene. Now there is absolutely no reason for any BroadVision site not to have a pretty damn good search facility. I know you

Subject: score for MultipleSearcher

Hi When I use the Mutliple index seach on one large index and one small index look like sometimes the documents from the small index get higher score compared the documents from the big index. But w

Default AND for multi-field queries...

As with many people I want the default query behavior to be AND (instead of OR). However I 'm also (always) creating multi-field queries. I don 't see a way to accomplish this cleanly in the API.

Subject: Document-Document similarity

hi does anyone know of a way to get the similarity between two documents as opposed to between a document and a query? at the moment i 'm forced to make a term-frequency vector for each document an

Too Many Open Files

Hi The index directory that Lucene created has 2 322 files in it. When I try to open it I get the dreaded "Too Many Open Files " problem java.io.FileNotFoundException C \Index\_1lvq.f107 (Too

Subject: Struts <logic iterate >

Hello I 'm playing around with Struts to see if i should build my search web app using the Struts framework. I began by making an Action which performs the search and places the Hits object on the se

of^1 illegal?

I 'm running lucene 1.2 and when I do the following query I get the following exception name of^1 java.lang.NullPointerException at org.apache.lucene.queryParser.QueryParser.Term(Unknown So

lucene complains about invalid class file format in rt.jar

Hi I 'm having quite a bit of success with Lucene designing a new search tool for our website -- the only problem is that I 've had to drop down to java 1.3.6 (all our production system are java 1.4.x

Subject: storing index in database

Hi! Somebody wrote a SQLDirectory for lucene 1.2 (only) but discontinued it for a matter of performance issues. Well I really would like to store that index at the same place as the data ifself -
Page 199 of 247 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10