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 145 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10  

Newbie: Human Readable Stemming, Lucene Architecture, etc!

Hi .. I 'm new to the list so forgive a dumb question or two as I get started. We 're in the midst of converting a small collection (1200-1500 currently) of scientific literature to be easily sea

lucene2.0 and transaction support

Hi When is lucene 2.0 scheduled to be released? Is there a javadoc somewhere so we can check out the new APIs? Is there a plan to add transaction support into lucene? This is something

Subject: Lucene and multiple languages

I 'm trying to build some web search tool that could work for multiple languages. I understand that Lucene is shipped with StandardAnalyzer plus a German and Russian analyzers and some more in the sa

English and French documents together / analysis, indexing, searching

Greetings everyone I wonder is there a solution for analyzing both English and French documents using the same analyzer. Reason being is that we have predominantly English documents but there

list of most frequent words from Hits

Hello i need to create a list of most frequent words from the result set. actually i 'm creating new RAMDirectory to add the Hits. From this i get the list of the most frequent words. is thi

help in indexing

Hi It might seem elementary to most of you. I am trying to build a search tool for internal use using lucene. I have used the following for .pdf -- > PDFBOx .html -- > demo file of luc

Genereate index files into database ?

Hello How can generate Lucene index files into database tables ?? Eric

Confused about PrefixQuery

All I 'm investigating the use of Lucene as a search engine and have been doing some 'proof-of-concept ' coding today. I 'm indexing about 650 text files and then searching against them using Qu

Subject: IndexWriter.addIndexes()

Hello lucene-user. Is there a way to do index merge without optimization?.. Yura Smolsky

LuceneRAR project announcement

After babbling endlessly about an RDMS directory and my lack of success with it I 've created a project on java.net to create a Lucene JCA component to allow J2EE components to interact with a Luce

Do Lucene applicable to text analyst for IRC?? how??

---------- Forwarded message ---------- From Bong My <bong.my@(protected) > Date Thu 20 Jan 2005 01 12 55 +0800 Subject Do Lucene applicable to text analyst for IRC?? how?? To lucene-user-get.12

Subject: closing an IndexSearcher

Hi I remarked that after closing an IndexSearcher queries on this Seacher will still run. My question is why not always closing an IndexSearcher ? In my case I need to close all indexsearc

Re: WordNet code updated, now with query expansion -- Re: SYNONYM
+ GOOGLE

Hi David Spencer a ??crit > One example of expansion with the synonym boost set to 0.9 is the query > "big dog " expands to Interesting. Do you plan to add expansion on other Wordnet

Demo webapp + pdf

HI list This is my first post to this list and my first touch with lucene. I have downloaded and set up the lucene webapp demo under tomcat5. I can search for html and txt files. I would li

Why IndexReader.lastModified(index) is depricated?

Erik Otis * Why IndexReader.lastModified(index) is depricated? It 's always a good idea to know when the index changed last time for example for queries reload optimization etc. IndexReade

EXCEPTION + HITS

Hi Apologies.............. Somebody Please Tell me Why am I getting this Error? java.io.IOException read past EOF > at org.apache.lucene.index.CompoundFileReader$CSInputStream.rea

TermPositionVector

Hi I am adding a field to a document in the index as follows doc.add(new Field( "contents " reader Field.TermVector.WITH_POSITIONS)) Later I query the index and get the document id of this

sharing lock files on multiple computers

LIA mentions that it 's not a good idea to put Lock files on an NFS volume I can 't think offhand of any specific examples of why this is bad but based on on my experience with NFS I 'm not surpris

Question about proximity searching and wildcards

Hello We are using Lucene to index scientific articles. We are also using Luke to verify the fields and values we index. One of the fields we index is the author field that consists of the aut

'db ' sandbox contribution update

With the release of Berkeley DB 4.3.x Sleepycat radically changed the Java API to C Berkeley DB. This is to announce that the updates to the DbDirectory implementation I submitted were committe

ParallellMultiSearcher Vs. One big Index

Okay so Im trying to find the sweet spot on how many index segments I should have. I have 47 million records of contact data (Name + Address). I used 7 machines to build indexes that resulted

AW: How to get all field values from a Hits object?

Thank You very much --Tim > -----Urspr?ngliche Nachricht----- > Von hossman@(protected) > [mailto hossman@(protected)]Im Auftrag von Chris > Hostetter > Gesendet

MoreLikeThis and other similarity query generators checked in + online
demo

Based on mail from Doug I wrote a "more like this " query generator named well MoreLikeThis. Bruce Ritchie and Mark Harwood made changes to it (esp term vector support) and bug fixes. Thanks t

How to add a Lucene index to a jar file?

Hi. I 'd like to package up a Lucene index with the Lucene class files and my own application classes into a single jar file so that it forms a "double-clickable " single-file Java application tha

Subject: Re: QUERYPARSER + LEXECIAL ERROR

Hello Try String searchWrd "kid \ "toy\ " " OR "kid \ "ball\ " " You 'll have to use a WhitespaceAnalyzer with that though or a custom Analyzer that doesn 't remove the escape character (\).

SUggestions for remoting lucene?

I just realised that the Hits object isn 't Serializable although Document and Field are. I can easily build a Hits equivalent that *is* Serializable but should that be on my end or at the Lucene

How to get all field values from a Hits object?

Hi is it possible to get all different values for a <Field > from a <Hits > object and how to do this? Thank You --Tim

How to get the "context " of the searched word ?

Hello all When i search a word on documents i want to get also the "context " of the word for examples the 10 words before and after. Like in search engine like google or yahoo. So i have trie

Subject: StandardAnalyzer unit tests?

Does anyone have a unit test for StandardAnalyzer? I 've modified the StandardAnalyzer javacc grammar to tokenize "c# " and "c++ " without removing the "# " and "++ " parts using pieces of the grammar

Field.UnStored depracted in CVS

Field.UnStored( "content " content) tell me it 's deprecated and the rest of the methods. What should I use instead? tia .V -- RiA-SoA w/JDNC <http //www.SandraSF.com > forums - help develo
Page 145 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10