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 41 of 247 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100  

deleteDocuments fails after merging ...

Hi I have put this question as "urgent " because I can notice I don 't have often answers If I 'm asking the wrong way please tell me... Before I delete a document I search it in the index to be s

Subject: Finding matched terms

When performing a query and getting a result set back if one wants to know which terms from the query actually matched is Highlighter still the best way to go with the latest Lucene or should I sta

How to disable lucene norm factor?

Hi all How to disable lucene norm factor? Thanks Maureen

Highlighting of original documents

Hi I want to implement fulltext search on a collection of documents. I try to figure out which system is the better choice - eXist or Lucene or some combination of the two. I have some knowledge

Urgent : How much actually the disk space needed to optimize the index

Hi Mike How to disable/turn off the norm?is it while indexing? Thanks Maureen

Urgent : How much actually the disk space needed to optimize the index?

"Michael McCandless " <lucene@(protected) > wrote > The only simple workaround I can think of is to set maxMergeDocs to > keep all segments "small ". But then you may have too many segments >

Urgent : How much actually the disk space needed to optimize the index?

Hi mike "The only simple workaround I can think of is to set maxMergeDocs to keep all segments "small ". But then you may have too many segments with time. Either that or find a way to reduce t

Subject: Open / Close when Merging

Hi I need to merge several indexes (I call them incremental index) with my main index. Each incremental index can contain the same url 's of the main index that 's why I have a list of url 's to up

Urgent : How much actually the disk space needed to optimize the index?

Hi Mike.. "One thing that stands out in your listing is your norms file (_1ke1.nrm) is enormous compared to all other files. Are you indexing many tiny docs where each docs has highly varia

Subject: Complete field search

Hi all Is it possible to search whether a term is equal to the entire contents of a field rather than that the field contains a term? So for example if I have a field with this text "world cup " an

Urgent : How much actually the disk space needed to optimize the index?

Dear All How much actually the disk space needed to optimize the index?The explanation given in documentation seems to be very different with the practical situation I have an index file

Performance between Filter and HitCollector?

There are (at least) two ways to generate a BitSet which can be used for filtering. Filter.bits() BitSet bits new BitSet(reader.maxDoc()) TermDocs td reader.termDocs(new Term( "field " "te

indexing .doc

hi all i have successfully indexed .txt and .pdf files using lucene . Now i want to index word documents Excel sheets and power point slides .and for this i have downloaded POI api from the followi

Possible Memory leak in CSIndexInput

Hi All I have a question regarding the close() CSIndexInput class why there is no close operation defined... Like ... base.close() If I analyze the memory dump of our server I can see lot of obj

Scalability Issues with Indexing

Hi Everyone We have been using Lucene integrated with our application for over a year now. The indexing and searching has been pretty fast until recently. But now we are having some scalability issu

search for phrase with specail chars?

I want to search for phrase ?innere Organe " bezeichnet am using query q1 "?innere Organe\ " bezeichnet " is there any issue with q1 am getting Exception in retrieveQuery().IndexDirec Lexical

pdf box help

hi all i am able to convert a pdf in to a text file using pdfbox. and this is the code that i used import org.pdfbox.pdfparser.PDFParser import org.pdfbox.pdmodel.PDDocument import org.pdfbox.util.

Lucene Indexing - Getting Hited words in a query

Hi all I 'm new to this group I 'm using lucene for indexing. I have a problem. Any help gratly appreciate. Please see the following code // three fields MultiFieldQueryParser parser new MultiFie

date range querys

Hi there I 'm indexing a lot of documents with lucene and I 'm really happy with it ) Observing my users I understand they are querying only small range of time. Often they only read results bac

ensuring search String availability in the content returned by lucene

Am using lucene search. I have a field as "summary " in my Document which is having large amount of content/data. In each search i want to get not more than 200 words from the field "summary ". Now i w

Delete document with keyword field

Hi All I have a lucene index with many fields one of which is a Keyword field IS. The values stored in this field are the document ids like _839930494 _839930492. But I am unable to delete the do

help!!!!

hi all my name is ashwin i am trying to connect my servlet front end to my backend lucene search program these r the two programs < <frontend servlet program > > import javax.servlet.* import javax.

HITS and termDoc give different results

hye I want to extract documents which contain a specific term. I tried to do it in two different ways 1 Using the 'iterator ' termdocs reader.termDocs(term) 2 Using search and examing Hits turns

Need a help

Hi all I 'm new to this group I 'm using lucene for indexing. I have a problem. Any help gratly appreciate. Please see the following code // three fields MultiFieldQueryParser pa

index optimisation - disk fill-up

Hi All I understand lucene has a requirement of double the size of index available free on the disk on which the index is being optimised. But if in case the disk gets filled up during optimisation

Subject: Find related question

Hello I run Nutch and get a whole slew of articles and when I display search results there may be 5-6 articles that have different titles and most of the body text is the same but I want to group

Wildcard query with untokenized punctuation

(Lucene 1.9.1) I have a "filename " field in Lucene that holds a value like this pagefile.sys If I run searches through QueryParser and I do a search for pagefile.sys pagefile pagefil

Words not found, large file indexing

I 'm having problems with queries not returning a hit when a document does in fact have those terms. (I 'm not worried about the ranking just whether or not it 's a hit.) Is anything wrong with the qu

pdf,.doc,.xls,.ppt indexing in lucene

hi all i have tried indexing .txt using lucene and its working fine. now i want to index .doc .pdf .xls . ppt with lucene can some one help in doing that thanks regards ashwin

Subject: WilcardQuery and memory

Hi Here we use lucene to index our emails currently 500.000 Documents. When Searching the body by a WildcardQuery the problems arises. I did some profiling with JProfiler. I see the more BooleanCl
Page 41 of 247 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100