Extending the query

2010-03-10 Thread luciusvorenus
Hi How can i extend the query to add some temporal expressions ? Thank U Lucius -- View this message in context: http://old.nabble.com/Extending-the--query-tp27853936p27853936.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --

Re: expand the search

2010-02-28 Thread luciusvorenus
If you aren't using the query parser, see javadocs for TermRangeQuery or > NumericRangeQuery. > > > -- > Ian. > > On Sun, Feb 28, 2010 at 6:31 PM, luciusvorenus > wrote: >> >> >> Thank U Ian. >> >> can you help me a little?  what exactly

Re: expand the search

2010-02-28 Thread luciusvorenus
Thank U Ian. can you help me a little? what exactly I suposse to do? Br Lucius Ian Lea wrote: > > Sounds like a job for a range query. > > > -- > Ian. > > > On Sun, Feb 28, 2010 at 5:59 PM, luciusvorenus > wrote: >> >> Hello >> how ca

expand the search

2010-02-28 Thread luciusvorenus
Hello how can I expand the search so that in addition to the actual search terms are also temporal temporal conditions are ? og .. Like this --->> Vancouver 2010 or Vancouver <2010.. Thank U -- View this message in context: http://old.nabble.com/expand-the-search-tp27736795p27736795.html S

Re: lucene webinterface

2010-02-20 Thread luciusvorenus
ok i will try one more time thank u luciusvorenus wrote: > > > With LIMO > > "" > > > >Docu >/home/lucius/../...//index >This param info is used by LIMO > > """ &g

Re: lucene webinterface

2010-02-19 Thread luciusvorenus
, try LIMO. > > But what do you mean, no success with Solr? Please elaborate on the > issues you encountered and what you tried. > > Erik > > On Feb 19, 2010, at 2:41 PM, luciusvorenus wrote: > >> >> no success with solr >> >> Anybody ano

Re: lucene webinterface

2010-02-19 Thread luciusvorenus
no success with solr Anybody another suggestion ? luciusvorenus wrote: > > > I already have the data indexed (a database table) and also i have class > to search.. just simple > I would like just a search box ... > > Thank u > > > polx wrote: >&

Re: lucene webinterface

2010-02-17 Thread luciusvorenus
magination.com/blog/2009/11/04/solritas-solr-1-4s-hidden-gem/ > > [2] http://limo.sourceforge.net/ > > > On Feb 17, 2010, at 5:48 AM, luciusvorenus wrote: >> I already have the data indexed (a database table) and also i have >> class >> to search.. just simple &g

Re: lucene webinterface

2010-02-17 Thread luciusvorenus
I already have the data indexed (a database table) and also i have class to search.. just simple I would like just a search box ... Thank u polx wrote: > > > On 16-févr.-10, at 17:40, luciusvorenus wrote: >> how can I build a webinterface for my aplication ? I read &g

lucene webinterface

2010-02-16 Thread luciusvorenus
Hello how can I build a webinterface for my aplication ? I read something with HTML table and php but i had no idea? Can anobody help me? Than u Lucius -- View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27611202.html Sent from the Lucene - Java Users mail

Re: index a mysql database -blob field

2010-01-30 Thread luciusvorenus
ison site, (anonymous per request) got > 2.6 Million Euro funding! > > > luciusvorenus wrote: >> helo >> >> One more question to blob : >> >> ""d.add(new Field("txt", rs.getString("subject"), Field.Store.NO, >> Field.In

Re: index a mysql database -blob field

2010-01-30 Thread luciusvorenus
n Any Database/Application > site: http://www.dbsight.net > demo: http://search.dbsight.com > Lucene Database Search in 3 minutes: > http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes > DBSight customer, a shopping comparison site, (anonymous per request) got > 2.6 Mil

index a mysql database -blob field

2010-01-29 Thread luciusvorenus
helo One more question to blob : ""d.add(new Field("txt", rs.getString("subject"), Field.Store.NO, Field.Index.ANALYZED));""" but how can i index a blob? the field txt is a blob ... with rs.geBlob(txt) ? thank u thank -- View this message in context: http://old.nabble.com/index-a-mysql-

Re: AW: index a database

2010-01-29 Thread luciusvorenus
One more question ""d.add(new Field("txt", rs.getString("subject"), Field.Store.NO, Field.Index.ANALYZED));""" the field txt is a blob ...how can i index a blob? with rs.geBlob(txt) ? thank luciusvorenus wrote: > > > ""

Re: AW: AW: index a database

2010-01-29 Thread luciusvorenus
gt; > > private static void addDoc(IndexWriter w, String value,String empty) > throws > IOException { > Document doc = new Document(); > doc.add(new Field("title", value, Field.Store.YES, > Field.Index.ANALYZED)); > w.addDocument(doc); > } &

Re: AW: index a database

2010-01-28 Thread luciusvorenus
y 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 > > > lucene 3.3 > > i tried liek this > &

Re: AW: index a database

2010-01-28 Thread luciusvorenus
mething like FSDirectory.open(file) in > your IndexWriter constructor.... > > If this doesn't work, more details please > > Erick > > On Thu, Jan 28, 2010 at 3:30 PM, luciusvorenus > wrote: > >> >> Hello >> >> I tried to inde

Re: index a database

2010-01-28 Thread luciusvorenus
kson wrote: > > What version are you using? Because there's no such constructor > (i.e. one that takes a File) in 3.0. > > You might want to use something like FSDirectory.open(file) in > your IndexWriter constructor > > If this doesn't work, more details

index a database

2010-01-28 Thread luciusvorenus
Hello I tried to index a database "" import org.apache.lucene.demo.FileDocument; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene