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 163 of 247 Previous 100   Previous 10   161   162   163   164   165   166   167   168   169   170   Next 10  

WildCardSearch

Hi Would there be a problem if one enters space while using wildcards ? say i search for 'abc ' . i get 100 hits as results 'man ' gives - 200 'abc man ' gives 300 but 'ab* man ' 'abc ma* ' ab*

BooleanQuery - Too Many Clases on date range.

I recently read in regards to my problem that date_field [0820483200 TO 1104480000] is evluated into a series of boolean queries ... which has a cap of 1024 ... considering my documents will have d

Restricting searches to some URLs

Hi I use Lucene inside a Cocoon application. The indexed documents URLs are something like <domain-name >// <integer >/ <integer >/ <integer >. For example flowers//1/234/23 flowers//2/23/90 ... an

about online index

Redirecting to lucene-user list. Maybe this is what you need http //sourceforge.net/projects/luceneserver/ Otis --- haipeng du <haipengdu@(protected) > wrote > Everyone > I want to creat

Subject: IndexReader / IndexSearcher

I 'm opening a new IndexReader for every search request which obviously isn 't the best option. If I open a reader can I use the same searcher for multiple requests that are happening simultaneou

Free software to crawl internet site?

Hi Does anyone know if there is free-software to crawl internet site (webcrawler)? I know currently lucene does not have this feature according to official lucene FAQ. Thanks very much for he

Subject: "Orphan " segment files

Hello I 'm seeing in my index directory some segment files that are not included in the segments or deletable files. These segment files show their last modified date to be anywhere between a coup

Too many Open Files + lucene 1.4.1 + Linux O/s

Hi Luceners Apologies......... Other day was Trying to Search using the "Luceneweb " version with Lucene1-4-1.zip and O/s Linux J2SDK version "1.4.2_03-b02 " With Roughly aroun

Memory usage: IndexSearcher & Sort

I have been investigating a serious memory problem in our web app (using Tapestry Hibernate & Lucene) and have reduced it to being the way in which we are using Lucene to search on things. Being

Subject: Seraching in Keyword Field

Hi all I have a Keyword field in my Lucene docs. And i am tring to execure some queries on this field. 1. MyKeywordField ([ "ABC " TO "ABC "]) - this query is OK and returns expecting result

Subject: list of removed stop words

Is there a way to via the parser or the query retrieve a list of the stop words removed by the analyzer? or should i just check my query against .STOPWORDS and do it myself? --

re-indexing

I am having touble reindexing. Basically what I want to do is 1. Delete the old index 2. Write the new index. The enviroment The index is search by a web app running from the Orion App Se

Subject: Sorting on a long string

I am new to lucene and trying to perform a sorted query on a list of people 's names. Lucene seem unable to properly sort on the name field of my indexed documents. If I sort by the other (shorter

How to pull document scoring values

Hi I 'm trying to learn the Scoring mechanism of Lucene. I want to fetch each parameter value individually as they are collectively dumped out by Explanation. I 've managed to pull out TF and IDF

Re: Shouldnt IndexWriter.flushRamSegments() be public? or at least
protected?

Christian Rodriguez wrote > Now the problem I have is that I dont have a way to force a flush of > the IndexWriter without closing it and I need to do that before > commiting a transaction or I wo

PorterStemAnalyzer versus SnowballAnalyser?

I use PorterStemAnalyzer provided by Otis (see http //www.onjava.com/pub/a/onjava/2003/01/15/lucene.html?page 2 ) in http //cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/snowba

Accent filter

Hi I am certainly not the first and probably not the last that have had problems with accented characters in my index. But unfortunately I couldnt find anything in neither lucene nor the luc

Subject: Using lucene in Tomcat

Hi all I have implemented lucene search for my documents and db successfully. Now my problem is the index i created is indexing to my local disk i want the index to be created with referenc

Hebrew support

Hello Do you know something about hebrew support in Lucene Thanks in advance Alex Kiselevsky Speech Technology Tel 972-9-776-43-46 R&D Amdocs - Israel Mobile 972-53-63 50 38 mailto al

Shouldnt IndexWriter.flushRamSegments() be public? or at least protected?

Hello I am trying to use transactions with the Lucene + BDB package. I want to be able to open a directory and IndexWriter and then do things like open IndexWriter start transaction 1 wri

Sorting Info

I 'm interested in doing sorting in Lucene. Is there a FAQ or an article that will show me how to do this? I already have my indexing and searching working. Thanks!

Subject: WordListLoader 's whereabouts

Hello I am trying to compile the analyzers from the Lucene sandbox contributions. Many of them seem to import org.apache.lucene.analysis.WordlistLoader which is not currently in my classpath.

Subject: online and offline Directory

Hello I want administrate two index one for online searches and another for index process. I want that the users search with a complete index if I leave search at the users over the same ind

QueryParser removes "\ " when searching in Persian

To be able to search in Persian I convert the original query from a form field which is in the XML CharRefs formt e.g. "ا ي ر ا ن " to "\u0627\u064a\u0631\u0627\u0646 ". sin

Subject: a good html & script parser

most of the html parsers I can find on the web handle only the <tag > syntax and forget about the { code } syntax that usually occurs in a lot of web pages. Is there a good library to return the p

demo IndexHTML parser breaks unicode?

Hi I was hoping it wouldn 't come to this I 've got unicode in my source HTML. In particular within meta tags and it 's getting broken by the indexer. Note that I 'm not trying to query on any

Subject: Keyword query confusion

Hi all I 'm trying to understand what 's going on with the query parser and keyword fields. I 've got a large subset of my documents which are "publications ". So as to be able to query these I '

not tokenized fields

Luceners When a field is not tokenized should I replace every space for a "? "? I 'm looking up for my dear If I test with luke it splits the words in 'my ' and 'dear '. So I can

Subject: Using Proximity for Ranking

Dear Lucene-Users is there any possibility to use proximity for long queries (10 and more terms) automatically? I need a kind of ranking feature that would give higher relevance scores to those

Iterate through the TermFreqVector

Is there a simple way to iterate through all the documents to get their TermFreqVectors? Do I need to write a custom IndexSearcher for this? Or can I just get an enumeration of the document ID a
Page 163 of 247 Previous 100   Previous 10   161   162   163   164   165   166   167   168   169   170   Next 10