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

Using Shared directory as lucene index in cluster

Hi all This topic has been discussed in the mailing list before but I could not find an answer to the problem I am having. I am trying to decide whether shared directory based index is better way

Lucene disk usage

Hi As I remember right there was a discussion about the 3* vs 2* index size disk usage of a compound index during optimization was that patched in 1.4.2? Cheers Tea

Filtering Results?

Hi I want to do filtering on matched results of a query. For example 1. age > 18 2. age < 18 3. age > 5 and age < 18 4. birthdate [some date] What can be the best approach? How can it be do

Index + Searching

Hello I am using the IndexHTML class to index around 30 000 files and it is working fine. Question that I have is is there a way to add multiple fields to index so that when the actual search

Encrypted indexes

We need to have index files that can 't be reverse engineered etc. An obvious approach would be to write a 'FSEncryptedDirectory ' class but sounds like a performance killer. Does anyone have exp

Subject: WhitespaceAnalyzer Problem

I have been indexing my flat files (plain text documents) using WhitespaceAnalyzer in order not to miss out any characters during tokenizing. The results are satisfactory when I use exact search

Multi + Parallel

Hi Guys Apologies.......... I was Curious to Know the Difference between ParallelMultiSearcher and MultiSearcher 1) Is the working internal functionality of these are same o

Subject: AW: Special field values

| -----Urspr?ngliche Nachricht----- | Von | lucene-user-return-10665-michael.hartmann web.de@(protected) | e.org | [mailto lucene-user-return-10665-michael.hartmann web.de@(protected) ta.apache.org]

Problem indexing

Hi i have problem indexing in the rout C \TXT\DOC\ But i indexing in the rout C \TXT is OK Why is the problem ?? P.D Anybody speak spanish in the list please reply.... P.D. Si alguien ha

HTML Demo question

Hello I am using the IndexHTML class to index around 30 000 files and it is working fine. Question that I have is is there a way to add multiple fields to index so that when the actual search

Subject: sorting and score ordering

If I use a Sort instance on my searcher what will have priority? Score or Sort? Assuming I have a pages with .9 .9 and .5 scores ... if the .5 has a higher 'sort ' value will it return higher th

SearchBlox J2EE Search Component Version 2.0 released

SearchBlox is a J2EE Search Component that delivers out-of-the-box search functionality for fast and easy implementation with your websites applications intranets and portals. SearchBlox uses th

Special field values

Hi everybody I am thinking about extending the Lucene search with metadata in the following way Field Value

Subject: Multisearcher question

Hi Index side information No. of indexes Two (to explain better I call these as index_a and index_b). Fields in index_a x and y. Fields in index_b y and z. I have written a multisea

single quote unicode character

The dataset that I index is pretty dynamic and flexible and I started to notice a incorrectly displayed character on some of my results... some debugging showed that it was a the Unicode character

Subject: Tomcat locking segment files?

Hello all I have a stand alone server application that writes and modifies three indices. On the searcher side I have another server application that reads the three indices simultaneously usin

GUUUI - The optimal layout of search result pages

I found this interesting http //www.guuui.com/posting.php?id 1585

lucene-??? files: are they ever deleted after? was: locking problems

Hi

ApacheCon and Lucene

Pardon the mild advertising interruption - I 'm giving a 3 hour tutorial on Lucene at ApacheCon next month. Time is running out for meeting the pre-registration numbers so I 'm encouraging folks t

Hebrew solution

Hello Do ypu know about Hebrew language solution in Lucene ? Alex Kiselevsky Speech Technology Tel 972-9-776-43-46 R&D Amdocs - Israel Mobile 972-53-63 50 38 mailto alexkis@(protected)

A simple newbee question . How do i exclude a field ?

Hi i use lucene to search against a flatted DB table. I have a table which contains the following data . there are 3 records which contain the code RN 27 which contain UD and 3266 which c

WebLucene -html.xsl

Hello ... As of now I 'm able to run the demo application . ie . I can Index the sample blog.xml and search from it . Since all ur samples (blog.xml html.xsl nav.xsl results.xsl rss.xs

Demo lucene

I use debian sarge i work with lucene for a project how use demo lucene in the web page ??? -- Miguel Angel Angeles R. Asesoria en Conectividad y Servidores Telf. 97451277

Subject: first demo with lucene

Hi I?m Miguel Angel i use demo lucene from official web site the demo i use in the console now i how use demo for web in jsp ??? -- Miguel Angel Angeles R. Asesoria en Conectividad y Servidore

Making lucene work in weblogic cluster

While I was going through the mailing list in solving the lucene cluster problem I came accross this thread. Does any one know if David Townsend had submitted the patch he was talking about? http //

locking problems

Based on discussions in this group I figure that I should 'cache ' IndexSearchers and IndexReaders which i did. I have build an IndexSearcherPool and an IndexReaderPool. Both seem to work fine (alt

Indexing Strategy for 20 million documents

I am a new user of Lucene. I am looking to index over 20 million documents (and a lot more someday) and am looking for ideas on the best indexing/search strategy. Which will optimize the Lucene

Sort regeneration in multithreaded server

Hi I was wondering if anyone could help with a problem (or should that be "challenge "?) I 'm having using Sort in Lucene over a large number of records in multi-threaded server program on a conti

searching using the CJKAnalyzer

LS in http //issues.apache.org/eyebrowse/ReadMsg?listId 30&msgNo 8980 Jon Schuster explains how to get a Japanese search system working. I followed his advice and got a index that "luke " shows a

Problem in WebLucene

Hello I 'm trying to use weblucene in our application . i have created the index using IndexRunner class sucessfuly. When i try to access the webapplication using - http //
Page 161 of 247 Previous 100   Previous 10   161   162   163   164   165   166   167   168   169   170   Next 10