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

User Rights Management in Lucene

Hi I 'm new to Lucene and want to know whether Lucene has the capability of displaying the search results based the Users Rights. For Example There are suppose some resources like Re

Duplicate Hits

Is there a way to eliminate duplicate hits being returned from the index? Jerry Jalenak Senior Programmer / Analyst Web Publishing LabOne Inc. 10101 Renner Blvd. Lenexa KS 66219 (913) 577-

Adding Fields to Document (with same name)

Hi what happens when I add two fields with the same name to one Document? Document doc new Document() doc.add(Field.Text( "bla " "this is my first text ")) doc.add(Field.Text( "bla " "this i

Source code for an accent-removal filter

Hi. In December I made some posts concerning a filter that could work by getting the unicode name of a character and trying to figure out the closest latin equivalent. For example if it enc

Subject: lucene docs in bulk read?

Hey folks.. thanks in advance to any who respond... I do a good deal of post-search processing and the file io to read the fields I need becomes horribly costly and is definitely a problem. Is th

Can I sort search results by score and docID at one time?

Lucene support sort by score or docID.Now I want to sort search results by score and docID or by two fields at one time like sql command " order by score docID " how can I do it? _____________

Subject: which HTML parser is better?

Three HTML parsers(Lucene web application demo CyberNeko HTML Parser JTidy) are mentioned in Lucene FAQ 1.3.27.Which is the best?Can it filter tags that are auto-created by MS-word 'Save As HTML f

Re-Indexing a moving target???

Hey We are using lucene to index a moderatly changing database and I have a couple of questions on a performance strategy. 1) Should we just have one index writer open unil the system comes d

Simple question about concurrency

Hi I 'm still mostly a beginner both with Java and Lucene so I apologize if this may be dumb questions. Is making index-modifying operations "safe " as simple just doing the following? sync

Penalty for storing unrelated field?

I have an index containing a lot of documents with common fields. Is there any speed/space penalty for adding an unrelated document with a totally unrelated field? I want to store a version numb

total number of (unique) terms in the index

I 'm looking for the total number of unique terms in the index. I see that I can get a TermEnum of all the terms in the index but what is the fastest way to get the total number of terms? Jona

Subject: Loading a large index

I have three indices really that I search via ParallelMultiSearcher. All three are being updated constantly. We would like to be able to perform a search on the indices and have the results reflect

Subject: lucene query (sql kind)

Hello all I want to run dynamic queries against the lucene index. Is there any native syntax available for Lucene so that I can query by first generating the query in say an XML or SQL like for

Search results excerpt similar to Google

Hi Is it hard to implement a function that displays the search results excerpts similar to Google? Is it just string manipulations or there are some logic behind it? I like their excerpts.

Re: rackmount lucene/nutch - Re: google mini? who needs it when Lucene
is ther

Jason Polites wrote > I think everyone agrees that this would be a very neat application of > opensource technology like Lucene... however (opens drawer pulls out > devil 's advocate hat plac

rackmount lucene/nutch - Re: google mini? who needs it when Lucene is there

I 've often said that there is a business to be had in packaging up Lucene (and now Nutch) into a cute little box with user friendly management software to search your intranet. SearchBlox is alre

rackmount lucene/nutch - Re: google mini? who needs it when Lucene
is there

This reminds me has anyone every discussed something similar - rackmount server ( or for coolness factor that mini mac) - web i/f for config/control - of course the server would have the fol

google mini? who needs it when Lucene is there

Hi I was searching using google and just found that there was a new feature called "google mini ". Initially I thought it was another free service for small companies. Then I realized that it cos

LuceneReader.delete (term t) Failure ?

Hi I am trying to delete a document from Lucene index using Term aTerm new Term( "uid " path ) aReader.delete( aTerm ) aReader.close() If the variable path "xxx/foo.tx

Subject: Disk space used by optimize

Just a quick question after writing an index and then calling optimize() is it normal for the index to expand to about three times the size before finally compressing? In our case the optimi

query term frequency

What do I call to get the term frequencies for terms in the Query? I can 't seem to find it in the Javadoc... Thanks. Jonathan

XML index

Hi I want to use kXML with Lucene to index XML files. I think it is possible to dynamically assign Node names as Document fields and Node texts as Text (after using an Analyser). I have seen

Boosting Questions

Hi All I just want to make sure I have the right idea about boosting. So if I boost a document (Document A) after I index it (lets say a score of 2.0) Lucene will now consider this document re

Reloading an index

I have an index that is frequently updated. When indexing is completed an event triggers a new Searcher to be opened. When the new Searcher is opened incoming searches are redirected to the new

Subject: Index Layout Question

I am in the process of indexing about 1.5 million documents and have started down the path of indexing these by month. Each month has between 100 000 and 200 000 documents. From a performance sta

Different Documents (with fields) in one index?

Hello all perhaps not such a sophisticated question I would like to have a very diverse set of documents in one index. Depending on the inside of text documents I would like to put part of

LuceneRAR nearing first release

https //lucenerar.dev.java.net LuceneRAR is now working on two containers verified The J2EE 1.4 RI and Orion. Websphere testing is underway with JBoss to follow. LuceneRAR is a resource adap

Searching with words that contain % , / and the like

Hi Is there a way to search for words that contain "/ " or "% " . if my query is "test/s " it is just taken as "test " if my query is "test/p " it is just taken as "test p " has anyone done

text highlighting

Does any have a working example of the highlighter class found in the sandbox? -----Original Message----- From Jason Polites [mailto jasonpolites@(protected)] Sent Wednesday January 26 2005

Search Engine review article/book

Hi all I am looking for good review articles or books regarding latest search engine development trend and practices. Any suggestions would be very helpful. Any comments not covered by articles
Page 143 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10