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 202 of 247 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10  

IndexReader.termDocs

Hi after working with lucene again after nearly two years of abstinence yeah -) I 'm running into trouble -/ Hope I didn 't miss it in the FAQs IndexReader.termDocs(Term) doesn 't return a positi

Make Lucene Index distributable

Hallo All We have developed our WebApp with Lucene under Tomcat 4.X and stored index in file system. Now this Web Application have to move to Bea Weblogic Cluster. My Problem is to create a distribut

How to use LARM

Hello I have a requirement for a web crawler which should recursively search a given URL for a set of search keywords. e.g.. I would like to search http //cnn.com for any news on Formula-One tha

Subject: Hits scoring question

hello I would like to ask of what algorithm or statistics that Hits.score() method is using? Is it bayesian? tia buics

Subject: Fw: Malformed \uxxxx encoding

Hi I just started to build lucene using ant and I got this error. I 'm using win98. Can anyone help?.

Indexing documents with multiple values for 1 field

I saw a post that sort of touched on my question I think but it didn 't seem quite the same... What 's the best way to index a document with multiple values for the same field? I 'm trying to optimiz

Using Reader to index Stored value.

Hi All Why can 't we use Reader to index stored value in Lucene. I found it strange. And also in the code I saw that the String value is converted to a StringReader anyway. Any reason why? Rega

Max Field size.

Hi All Is there a maximum field size in Lucene? I found that by having a really big String as a field in a document I couldn 't search the tokens that exist in the end of the document. I 'm stumpe

Subject: Hiring lucene developer.

Hey. I am hoping no one considers this spam since this isn 't coming from a recruiter but a developer. ) My company is looking to hire someone with advanced Lucene (and full-text search experien

TermVector again (Re: Luke v 0.2 - Lucene Index Browser)

Andrzej Bialecki wrote > Julien Nioche wrote > > > [- and almost impossible recompose the unstored fields of a document] > > > It 's not impossible just time-consuming - all information (excep

better search results from 1.2 than 1.3

Hi I just upgrade Lucene 1.2 to 1.3 on the same index built original from Lucene 1.2 and then latter from Lucene 1.3. I also changed the default operator to AND. It seems work fine but actually the

Subject: Providing my own scoring.

I don 't see this documented anywhere and before I start ripping apart Lucene I wanted to find out if anyone has done this before. I want to provide my own scoring of Lucene results based on my own s

How do you pronounce 'Lucene '?

...and where does the name come from? we 've already developed three way to say 'lucene ' and we can 't agree on which one we like best. somebody please help! many thanks danny.

parallel index building & searching multiple indexes

I am attempting to create approx 10 different Lucene indexes. I 'm trying to create them at the same time by running multiple processes and each index is written to a new directory. Once I create mor

Luke v 0.2 - Lucene Index Browser

Dear Lucene Users I 'm glad to announce that a new version of Luke is available for download and as a Java WebStart application. Luke is a diagnostic tool for Lucene (http //jakarta.apache.org/luc

Subject: 2,147,483,647 max documents?

Why was an int chosen to represent document handles? Is there a reason for this? Why wasn 't a long chosen to represent document handles? 64 bits seems like the obvious choice here except for a po

Lucene as a high-performance RDF database.

I have been giving some thought to using Lucene as an RDF database. I 'm specifically thinking about the RDF model and not the RDF syntax. Essentially this would just comprise triples encoded in a

query parser operator precedence and strange result

Hi im currently trying to understand how the standard query parser handles operator precedence in a query like a OR b AND c OR d This is output by the toString method as a +b +c d so AND seems to ha

Default sort order with identical scores.

I want to run a query where all the results would have the identical score of 1.0 (all documents of type X with a date > D) The trick is that i need to get the result set BACK sorted by the date.

Subject: Searching for title:(\\)

Hi When I give a search query like title (\\) QueryParser throws an error. But same query given without any braces i.e title \\ works fine. Why is it so ? thanks for your help vikas. -----------

Subject: native hit highlighting?

Hi Does lucene (any version) support native hit highlighting? If so how? I searced the mailing lists and didnt come up with anything definitive. Thanks

Checkpointable Index

Hi all We have sandboxed file system which Lucene indexes. Periodically we dump the file system to disk (checkpoint it) can a Lucene index be checkpointed then restored and used? Currently we si

Getting exact hits

Hi When I do a search I obtain the hits I expected but I get many other hits that I think is the result of the scoring algorithm. Do you know if there is a way to obtain only the exact terms searc

JavaCC 2.1

Hi Having distributed this to several folks on the list over the past few months I 've put a copy of the .zip file up for general download. http //anklebiter.net/tech/JavaCC2_1.zip Thanks to the pe

building lucene

Hello all -- I am having trouble building Lucene. I have downloaded and extracted the following lucene-1.2-src.tar.gz apache-ant-1.5.3-1-bin.tar.bz2 I have followed the Ant installation as per the

Subject: lucene scoring algorithm

Hi I 'm trying to understand the scoring algorithm of lucene. So far as I understand it is an implementation of a vector space model with the cosinus similarity. This model is modified to allow the

Subject: AND instead OR for the search

Hi everybody When I make a search for example "Jakarta lucene " The search engine interpret the query like "Jakarta OR lucene " I wish this could be "Jakarta AND lucene " (like the most of interne

broken links

when I run the web demo all the links are formed with luceneweb/ preceding them (the links are incorrect) ie-- the links come out as http //localhost 8080/luceneweb/examples/foo.jsp when it shou

Lucene.Net 1.3.rc1 now available from http://sourceforge.net/projects/lucenedotn

Hi Lucene.Net 1.3.rc1 now available from http //sourceforge.net/projects/lucenedotnet/ Lucene.Net is a complete up to date port of Lucene 1.3.rc1 without any modifications and extentions of origina

Too many open files (windows 2035 files limit)

Hi All Recently we came across a problem where Lucene throws too many open files problem. We have multiple indexes and each indexes contains over 100 fields. After searching the mail list archive
Page 202 of 247 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10