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 151 of 247 Previous 100   Previous 10   151   152   153   154   155   156   157   158   159   160   Next 10  

Hit 2 has score less than Hit 3

I have come across a scenario where the hits returned are not sorted. Or maybe they are sorted but the explanation is not correct. Take a look at http //cofferdam.cs.utexas.edu 8080/search.jsp?qu

Subject: RE: HITCOLLECTOR+SCORE+DELIMMA

Hi Vikas Gupta Since Erik Replied to me on my last mail A FILTER cand be built for the same can be to fetch scrores between 0.2f to 1.0f. Can u please spare me some code for the same.

Search HTML Files

I 've been trying the demo apps of Lucene for searching in html files I want to know what problems or options are not implemented in this web aplication. thks

Subject: Re: Finding unused segment files?

Hello George Here is a quick hack (with a few TODOs). I only tested it a bit so the actual delete calls are still commented out. If this works for you and especially if you take care of TODO

Customizing termFreq

Hi developers I am indexing HTML documents in lucene as H1 "text in H1 font " H2 "text in H2 font " ... H6 "text in H6 font " content "all the text " The problem is that query of a type

Re: Incremental Search experiment with Lucene, sort of like the new
Google Sug

Chris Lamprecht wrote > Very cool thanks for posting this! > > Google 's feature doesn 't seem to do a search on every keystroke > necessarily. Instead it waits until you haven 't typed a ch

How to index Windows ' Compiled HTML Help (CHM) Format

Hi Does anybody know how to index chm-files? A possible solution I know is to convert chm-files to pdf-files (there are converters available for this job) and then use the known tools (e.g. PD

Incremental Search experiment with Lucene, sort of like the new Google Sugge

Very cool thanks for posting this! Google 's feature doesn 't seem to do a search on every keystroke necessarily. Instead it waits until you haven 't typed a character for a short period (I 'm g

Subject: A simple Query Language

Hi I am going to implement a search service and plan to use Lucene. Is there any simple query language that is independent of any particular search engine out there? Thanks Dongling

Indexing HTML files give following message

java org.apache.lucene.demo.IndexHTML -create -index /source/workarea/hs152827/newIndex .. adding ../0/10037.html adding ../0/10050.html adding ../0/1006132.html adding ../0/1013223.html Parse A

Incremental Search experiment with Lucene, sort of like the new Google
Suggest

Google just came out with a page that gives you feedback as to how many pages will match your query and variations on it http //www.google.com/webhp?complete 1&hl en I had an unexposed expe

MultiSearcher close

If I close a MultiSearcher does it close all the associated searchers too? I was getting a bad file descriptor error if I close the MultiSearcher object and open it again for another search witho

Sorting based on calculations at search time

Hello I 'd like some suggestions on the following scenario. Say I have an index with a stored indexed field called 'weight '(essentially an int stored as string). I 'd like to sort in descend

No of docs using IndexSearcher

How do I get the number of docs in an index If I just have access to a searcher on that index? Thanks in advance Ravi.

Subject: sorting tokenized field

I read that the tokenised fields cannot be sorted. In order to sort tokenized field either the application has to duplicate field with diff name and not tokenize it or come up with something else. Bu

OutOfMemoryError with Lucene 1.4 final

Hi Everyone We 're trying to index ~1500 archives but get OutOfMemoryError about halfway through the index process. I 've tried to run program under two different Redhat Linux servers One w

Subject: HITCOLLECTOR+SCORE+DELIMA

Hi guys Apologies............. I am still in delima on How to use the HitCollector for returning Hits hits between scores 0.2f to 1.0f There is not a simple example for the same y

Lucene in Action e-book now available!

The Lucene in Action e-book is now available at Manning 's site http //www.manning.com/hatcher2 Manning also put lots of other goodies there the table of contents "about this book " preface

Subject: Permissioning Documents

Hi I 'm currently using Lucene (which I am extremely impressed with BTW) to index a knowledge base of documents. One issue I have is that only certain documents are available to certain users (

Coordination value

I would like to adjust the score lucene is returning to use the coordination component more. For example I have a BooleanQuery containing three TermQueries. I would like to adjust the score so that

Retrieving all docs in the index

Is there any other way to extract all documents from an index apart from adding an additional field with the same value to all documents and then doing a term query on that field with the common va

maxDoc()

Can anyone please explain to my why maxDoc returns 0 when Luke shows 239 473 documents? maxDoc returns the correct number until I delete a document. And I have called optimize after the dele

LIMO problems

Hi I 'm tying Limo (Index Monitor of Lucene) and I have a problem obviously it will be a silly problem but now I don 't have solution. Someone can tell me how structure it have limo.properties fil

Subject: InderWriter.optimize()

Hello lucene-user. I used FSDirectory as storage for index. And I have used optimize() method of IndexWriter to optimize index for faster access. Now I use DbDirectory (Berkley DB) as storage.

Subject: lucene in action ebook

Does anyone have a definite date for the ebook release? I have been checking the manning website since the other day when this was mentioned? Thanks Alan.

SEARCH +HITS+LIMIT

Hi Guy 's Apologies............... One question for the form [ Especially Erik] 1) I have a MERGED Index with 100 000 File Indexed into it ( Content is one of the Fields of Type 'Te

Conditional Operator in Lucene

Hi All Does Lucene support conditional operator? Like retrieve all documents where age is greater than 21 how do I compose a query like this in Lucene is there a different Query object to

Subject: Unexpected TermEnum behavior

My application needs to enumerate all terms for a specific field. To do that I get the TermEnum using the following code TermEnum terms reader.terms(new Term(fieldName " ")) I noticed that

Subject: partial updating of lucene

Hi all I have a question about updating the lucene document. I know that there is no API to do that now. So this is what I am doing in order to update the document with the field "title ". 1) Get

Lucene Vs Ixiasoft

Does anyone know about Ixiasoft server. Its a xml repository/search engine. If anyone knows about it does he/she also know how it is compared to Lucene? Which is fast? Praveen ******************
Page 151 of 247 Previous 100   Previous 10   151   152   153   154   155   156   157   158   159   160   Next 10