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

document boost not showing up in Explanation

I am using lucene-1.4.1.jar(with nutch). For some reason the effect of document boost is not showing up in the search results. Also why is it not a part of the Explanation Below is the 'exp

Subject: LIA shipping from Manning

I received my allotment of physical Lucene in Action copies late last week directly from the printers. I just checked Manning 's site - http //www.manning.com/hatcher2 - and they now have the link

HTMLParser vs NekoHTML(indexig HTML files)

What do you prefer?and more important why? Someone tell me that Neko is more powerfull because something relationated about XML but I didn 't understand.

index question

I want to know In the case that you use Lucene for index files how a general searcher what fields (or keys) do you use to index. For example in my case are html pdf doc ppt and txt and I 'm thinke

Correct query

Hello I indexed some document that included a word RPG/4. So when I made a search - I builded a query Text RPG but it didn 't find a thing only Text RPG/4 gave me the correct result. Tell me

Need an analyzer that includes numbers.

I 've seen some discussion on this and the answer seems to be "write your own ". Hasn 't someone already done that by now that would share? I really have to be able to include numeric and alphanume

Merry Christmas to every one concerned.

I though I understood, but obviously I missed something.

A snippet from my program Document doc new Document() Field fContent new Field( "content " content.toString() false true true) Field fTitle new Fi

AW: Poor Lucene Ranking for Short Text

Hi Kevin Seem like you have some knowledge about the lenghtNorm value in Lucene. Comparing it to the formula in "Modern Information Retrieval " does it sum up the denominator sqrt((sum(tf_d*idf_t

nable to read TLD "META-INF/c.tld " from JAR file ... standard.jar

What in the world is up with this exception? We 've migrated to using pre-compiled JSPs in Tomcat 5.5 for performance reasons but if I try to start with a FRESH webapp or try to update any of the

Multiple collections

I 'm investigating search engines and have started to look at Lucene. I have a couple of questions however. The faq seems to indicate we can 't do searches and indexing at the same time. Is that

Subject: Change LuceneDocument

Hello is it possible to change the content of a field of an indexed document? Regards Michael Scholz

how fields do you use in your indexs

I 'm doing a searcher of differnt format 's files for a web. I want to know in your cases what field and atributes do you use for this search (tokenized stored etc..) I 'm thinking to create the fi

Subject: Word co-occurrences counts

Hi all I have a curious problem and initial poking around with Lucene looks like it may only be able to half-handle the problem. The problem requires two abilities 1. To be able to r

Subject: SNOWBALL STEMMER + BOOSTING

Hi Guys Apologies.......... Using Analysis Paralysis on SnowBall Stemmer [ using StandardAnalyzer. ENGLISH_STOP_WORDS and StopAnalyzer.ENGLISH_STOP_WORDS ] from http //today.java.net/pu

Exception: cannot determine sort type

We have been implementing Lucene as the datasource for our website--Lucene is exposed through a java web service which our ASP pages query and process. So far things have been going very well and i

Subject: addIndexes() Question

Hi there Im about to embark on a Lucene project of massive scale (between 500 million and 2 billion documents). I am currently working on parallellizing the construction of the Index(es). Rou

Subject: RE: CFS file and file formats

Thanks. I am trying to repair a corrupted 'segments ' file. I am attempting to manually edit the file to add some missing segment names but I need to add the correct segment size for each. Can anyon

Search Result Text

All This might be asked earlier please point to the earlier post or any pointers would be appreciated. I have bunch of HTML pages which I index using IndexHTML. My dilemma is when I want to s

CFS file?

Can someone tell me the purpose of the .CFS files? The Index File Formats page does not mention this type of file. Steve Rajavuori

Indexing terms only

hi i need to index my text so that index contains only tokenized stemmed words without stopwords etc. The text ist german so I tried to use GermanAnalyzer but it stores whole text not terms. Ple

retrieve tokens

Hello list I 'm not sure if this subject will cover my question but here goes consider the following snippet is new IndexSearcher((String) envContext.lookup( "search_index_dir ")) StopAn

(Offtopic) The unicode name for a character

Hi everyone The Question In Java generally Is there an easy way to get the unicode name of a character? (e.g. "LATIN SMALL LETTER A " from 'a ') The Reasoning (for those who are interes

lucene-db

I 've found some websites that use lucene-db and I never saw this .jar. Someone can tall me to found information about this. This API can probided me some elements to index a MySQL DB of a forum or

Subject: how often to optimize?

Right now I am incrementally adding about 100 documents to the index a day and then optimize after that. I find that optimize essentially rebuilding the entire index into a single file. So the size

Stopwords in phrases

I want to be able to use stopwords in exact phrase searches. I have looked at Nutch and used the same approach (replace common words with n-grams. Look at net.nutch.analysis.CommonGrams). So if

Subject: Lucene working with a DB

I read a lot of messages that Lucene can index a DB because it use that INPUTSTREAM "type " I don 't understand how to do this. For example if I 've a forum with Mysql and a lot of files on my web

dotLucene1.4.3 RC1 (port of Jakarta Lucene to C#)

Hi Folks I am pleased to announce the availability of "dotLucene 1.4.3 RC1 build-001 " This is the first "Release Candidate " release of version 1.4.3 of Jakarta Lucene ported to C# and is intend

sorting on a field that can have null values (resend)

I sent this mail yesterday but had no luck in receiving responses. Trying it again ......... Hi all I am getting null pointer exception when I am sorting on a field that has null value for some d

Lucene index files from two different applications.

Hi ! Have two applications. Both are supposed to write Lucene index files and the WebApplication is supposed to read these index files. Here are the questions 1. Can two applications wri
Page 149 of 247 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10