If you access this URL:
http://lucene.apache.org/java/3_5_0/api/contrib-facet/ then the link to the
userguide points to the correct location.
I've tried to add it to package.html, but it doesn't look very good.
I will fix javadocs-all to copy the userguide to the correct location, as
facet-usergu
: Subject: highlighter: how can I get locations of fragments?
: References: <4ee79b27.1010...@wyona.com>
: In-Reply-To: <4ee79b27.1010...@wyona.com>
https://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not
Am 13.12.11 19:36, schrieb Michael Wechner:
Hi
According to
http://www.gossamer-threads.com/lists/lucene/java-dev/37421
one cannot overwrite the default write lock timeout of 1000ms once a
write.lock already exists (for example inside a multi-threaded
web-application), because in order to us
Yes I tried this. I update (delete & add) my document now with a small program
through Lucene directly so I don't rely on Luke anymore here.
Thanks to everyone who tried to help.
Michael
-Ursprüngliche Nachricht-
Von: Erick Erickson [mailto:erickerick...@gmail.com]
Gesendet: Mittwoch, 1
You may have to re-open the index. Also, is there any option
to commit? I have to admit I haven't tried this...
Best
Erick
On Wed, Dec 14, 2011 at 5:08 AM, Michael Südkamp
wrote:
> sure
>
> -Ursprüngliche Nachricht-
> Von: Vinaya Kumar Thimmappa [mailto:vthimma...@ariba.com]
> Gesendet:
On Tue, Dec 13, 2011 at 4:45 PM, Sean Tong wrote:
> Hi,
>
> I modified the DocMaker in 3.5 to make it index the same 4 fields as 2.4.1
> does. Now I got very similar stats in the index by checking Luke. The index
> performance was slightly better than that by indexing 7 fields but still not
>
Looks like a problem in the javadocs-all task that combines the core
and contribs.
Maybe the build should inline the userguide directly into
package-summary.html so that you see it no matter how you get to the
o.a.l.facet package?
On Wed, Dec 14, 2011 at 8:14 AM, Shai Erera wrote:
> I will inves
I will investigate it. In the meantime, this is the correct link:
http://lucene.apache.org/java/3_5_0/api/contrib-facet/userguide.html
Shai
On Wed, Dec 14, 2011 at 3:08 PM, Lukáš Vlček wrote:
> Hi,
>
> is there broken link in
>
> http://lucene.apache.org/java/3_5_0/api/all/org/apache/lucene/fac
Hi,
is there broken link in
http://lucene.apache.org/java/3_5_0/api/all/org/apache/lucene/facet/package-summary.html
?
There is a link pointing to
http://lucene.apache.org/java/3_5_0/api/all/userguide.html resulting into
404.
Regards,
Lukas
Hi,
Is it safe to reuse a Payload instance within a TokenStream/Filter? I
think about something like this :
public final boolean incrementToken() throws IOException {
[...]
if(payloadAttribute.getPayload() == null) {
payloadAttribute.setPayload(new Payload());
}
payload
sure
-Ursprüngliche Nachricht-
Von: Vinaya Kumar Thimmappa [mailto:vthimma...@ariba.com]
Gesendet: Mittwoch, 14. Dezember 2011 11:06
An: java-user@lucene.apache.org
Betreff: RE: [OT] editing index with Luke question
Hope you have write permission on this index file
Vinaya
-Origina
Hope you have write permission on this index file
Vinaya
-Original Message-
From: Michael Südkamp [mailto:michael.suedk...@docware.de]
Sent: Wednesday, December 14, 2011 3:16 PM
To: java-user@lucene.apache.org
Subject: [OT] editing index with Luke question
Hi,
I know the Luke tool for
Hi,
I know the Luke tool for browsing a Lucene index. From the description and the
GUI I think it's also possible to edit index. But I have problems with that
and I wonder if someone can help with this.
What I did in Luke 3.4.0_1 is:
- open an index
- search for term -> get a list of matching d
13 matches
Mail list logo