the changes
> durable & visible to readers.
>
> Mike
>
>
> Laxmilal Menaria wrote:
>
> Hi,
>>
>> I have build an application which is using Lucene2.2. Now I upgraded to
>> Lucene2.4.
>>
>> I faced one problem. I am not able to search the documents w
while indexwriter is open.
Please let me know.
--
Thanks,
Laxmilal menaria
http://www.bucketexplorer.com/
http://www.sdbexplorer.com/
http://www.chambal.com/
dexes while indexwriter is open.
Please let me know.
Thanks,
Laxmilal menaria
http://www.bucketexplorer.com/
http://www.sdbexplorer.com/
http://www.chambal.com/
double time from
.net.(87 Seconds). Is there are any specific reason for that.. or any other
thing..
Also have tried with same of Java Lucene 2.2. Its also took same time..(190
Seconds)
Please let me know if any one have got same..
Thanks in advance,
Laxmilal Menaria
http://www.chambal.net/
of a text file. It
will search whole content as a single keyword.
But I want to search any word from the content.
Please let me now how it is possible..
Using : Java Lucene 2.2
--
Thanks in advance,
Laxmilal menaria
http://www.chambal.net/
earch in 3 minutes:
>
> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
>
> On 9/7/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
> >
> > Hello everyone,
> >
> > I have indexed a mysql database using Lucene2.0. It was taking
Have tested both Java Lucene 2.0 and Lucene.Net 2.0, but now
Lucene.Net 2.1in development.
On 9/7/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
>
> Your "to" field on the email makes me wonder if you are using .NET or
> Java...
>
> On Sep 7, 2007, at 8:40 AM, Laxm
.
What can be done to improve the indexing speed. Please let me know asap...
--
Thanks in advance,
Laxmilal menaria
http://www.chambal.net/
use searching on
"hiran" won't match *any* document. You might have to index
the same fields two different ways to get all the behavior you
want.
Best
Erick
On 6/18/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
>
> Hello everyone,
>
> I am lucene user and tried to
Hello everyone,
I am lucene user and tried to implement pharse query, But now getting some
logical problems in searching..
My index have 4 fields: Name, Address & City and 6 docs.
i.e 1. "Laxmilal Menaria", "Hiran Magri", "Udaipur",
2. "Mohan
On 5/30/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
Thanks karl,
But if I implement faceted classification, then I know whats our classes
name, but if I don't know classes name, then what should I do ?
On 5/30/07, karl wettin <[EMAIL PROTECTED]> wrote:
>
>
> 3
Thanks karl,
But if I implement faceted classification, then I know whats our classes
name, but if I don't know classes name, then what should I do ?
On 5/30/07, karl wettin <[EMAIL PROTECTED]> wrote:
30 maj 2007 kl. 10.51 skrev Laxmilal Menaria:
>> > What's th
e where where id in "(" +
> formedstring + ") "
>
> Surely if you store everything in Lucene index , there is no
> need to query database and you may use collections for
> picking up distinct "Class" values , but my understanding
> you still need to it
ch is return in Hits
objects, How can I get unique Class list without using Loop.
Please suggest me..
--
Thanks,
Laxmilal menaria
http://www.minalyzer.com/
http://www.chambal.com/
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
On 5/24/07, Michael McCandless <[EMAIL PROTECTED]> wrote:
"Laxmilal Menaria" <[EMAI
TED]:%5CWINDOWS%5CTEMP%5Clucene-22e0ad3c019e26a6e2991b0e6ed97e1c-commit.lock>
On 5/24/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
Hello everyone,
I am getting Lock obtain timed exception while Searching in Index.
My Steps: I have created a Lucene Index at first week of may 2007, a
btain timed out
exception", I saw in temp folder there was one lock file exists "
lucene-22e0ad3c019e26a6e2991b0e6ed97e1c-commit.lock<[EMAIL PROTECTED]>
"
Is MultiSearcher created lock file? or any other issue ?
Please suggest me..
I am using Lucene 2.0.
--
Than
Hello everyone,
I am getting the following exception while searching:
Lock obtain timed out: java.io.IOException: Lock obtain timed out:
[EMAIL
PROTECTED]:\WINDOWS\TEMP\lucene-22e0ad3c019e26a6e2991b0e6ed97e1c-commit.lock
I have implemented MultiSearcher only, No other methods are updating/addi
price).
I think the real effort to create a good search is
collecting quality data into your database.
Chris
--- Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If I purchase the DBSight, then I will able to
> create my searchapplication
> same as DBSight ?, all the dis
Hi,
If I purchase the DBSight, then I will able to create my searchapplication
same as DBSight ?, all the display is same.. ie. narrow by categoty, search
speed, images...
Please suggest me..
Thanks.
Laxmilal Menaria
On 4/24/07, Chris Lu <[EMAIL PROTECTED]> wrote:
For those who
urn all the hits which matches the query. But I wants to show
how many hits come by Index1, how many hits come by Index2...so how it is
possible ? please suggest me.
Thanks in advance,
-Laxmilal Menaria
hello,
you can try this code :
IndexReader ISer= IndexReader.open("C:/Testindex");
TermEnum te=ISer.terms(new Term("Features","blue"));
Term te1= te.term();
System.out.println("Frequency of blue "+ISer.docFreq(te1));
regards,
-LM
On 4/4/07, Sengly Heng <[EMAIL
I think you can try
MergeFactor =1000
MaxMergeDocs=2147483647
MaxBufferedDocs=1000
--LM
On 3/12/07, Harini Raghavan <[EMAIL PROTECTED]> wrote:
Hi Everyone,
We have been using Lucene integrated with our application for over a year
now. The indexing and searching has been pretty fast until re
Hi, i think you will use MultiSearcher and create a field and Value array
for that, that will solve your problem..
thanks
On 2/25/07, ruchi thakur <[EMAIL PROTECTED]> wrote:
Hello,
I am new to Lucene.
I have a document with 3 fields - name,subject,rollno
I want to search on the 2 field name
query) which returns Query we are adding this query.
Query in BooleanQuery with occur and add BooleanQuery in
MultiSearcher, This will take more than 30 secs for 1,50,000 docs (40
MB Index)..
Platform : Windows XP with SP2, P4 with 512 MB RAM and Lucene 2.0.
Thanks,
Laxmilal Menaria
25 matches
Mail list logo