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.
--
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
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
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
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
, 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
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:
>&
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
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
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
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
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
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-
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:
>
>
> ""
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);
> }
&
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
>
&
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
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
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
19 matches
Mail list logo