Re: Consultant Inquiry

2013-03-28 Thread Marc Schwarz
Hi Nick, do you have exact spezification of what you wan't to get done by solr ? do you need assistance and consultation in your office or would you be fine with remote work / assistance ? Greetings, Marc Am 28.03.2013 19:32, schrieb Nick Hoffman: I'm looking for a consultant for Lucene

Synonym map

2010-02-09 Thread Marc Schwarz
Hi, i try to implement synonyma, but i didn't exactly know how to do it (lucene 3.0). Is anybody out there who has some small code snippets or a good link ? Thanks Greetings, Marc - To unsubscribe, e-mail:

AW: Highlighter / cannot be instantiated

2010-01-29 Thread Marc Schwarz
namespace org.apache.lucene.search.highlight.Highlighter and not something else like javax.swing.text.Highlighter? Illes 2010/1/28 Marc Schwarz i...@qboad.de: I'm trying to get the highlighter running, but didn't get it work. Everywhere it's posted as following: Highlighter highlighter

Highlighter / cannot be instantiated

2010-01-28 Thread Marc Schwarz
I'm trying to get the highlighter running, but didn't get it work. Everywhere it's posted as following: Highlighter highlighter = new Highlighter(new SimpleHTMLFormatter(), new QueryScorer(query)); but that gives me a Highlighter is abstract; cannot be instantiated. I'm using version 2.9 of

AW: index a database

2010-01-28 Thread Marc Schwarz
I had that problem yesterday... this works in my app: Directory directory = new SimpleFSDirectory(new File(c:\\lucene\\index)); IndexWriter w = new IndexWriter(directory, analyzer,true, new IndexWriter.MaxFieldLength(25000)); -Ursprüngliche Nachricht- Von: Erick Erickson

AW: index a database

2010-01-28 Thread Marc Schwarz
StandardAnalyzer analyzer = new StandardAnalyzer(Version.LUCENE_CURRENT); any difference with that ? -Ursprüngliche Nachricht- Von: luciusvorenus [mailto:lucius.vore...@hotmail.de] Gesendet: Donnerstag, 28. Januar 2010 22:46 An: java-user@lucene.apache.org Betreff: Re: index a database

AW: AW: index a database

2010-01-28 Thread Marc Schwarz
folder is empty. Have I done something wrong in private static void indexDocs? It is not indexed Marc Schwarz wrote: StandardAnalyzer analyzer = new StandardAnalyzer(Version.LUCENE_CURRENT); any difference with that ? -Ursprüngliche Nachricht- Von: luciusvorenus