tion,
> your contribution will be associated with your GH account.
>
> Tomoko
>
>
> 2022年8月7日(日) 14:41 Aditya Varun Chadha :
>
> > Thanks Tomoko,
> > There is no activity in JIRA from me as far as I can recall. This is the
> > correct and only account though.
Thanks Tomoko,
There is no activity in JIRA from me as far as I can recall. This is the
correct and only account though.
On Sun 7. Aug 2022 at 05:50, Tomoko Uchida
wrote:
> Hi Aditya,
> I found a Jira user "adichad" but this account has no activities in Lucene
>
cted and
> who
> > > >> might not be tracking the Lucene lists.
> > > >>
> > > >>
> > > >> Full details:
> > > >>
> > > >> The Lucene project will soon migrate from Jira to GitHub for issue
> > > >> tracking.
> > > >>
> > > >> There have been discussions, votes, a migration tool created /
> > iterated
> > > >> (thanks to Tomoko Uchida's incredibly hard work), all iterating on
> > > Lucene's
> > > >> dev list.
> > > >>
> > > >> When we run the migration, we would like to map Jira users to the
> > right
> > > >> GitHub users to properly @-mention the right person and make it
> easier
> > > for
> > > >> you to find issues you have engaged with.
> > > >>
> > > >> Mike McCandless
> > > >>
> > > >>
> > >
> >
> https://urldefense.com/v3/__http://blog.mikemccandless.com__;!!ACWV5N9M2RV99hQ!KNwyR7RuqeuKpyzEemagEZzGRGtdqjpE-OWaDfjjyZVHJ-zgsGLyYJhZ7ZWJCI1NrWR6H4DYdMbB8nIyHPa_wA$
> > > >>
> > > > --
> > > Mike McCandless
> > >
> > >
> > >
> >
> https://urldefense.com/v3/__http://blog.mikemccandless.com__;!!ACWV5N9M2RV99hQ!KNwyR7RuqeuKpyzEemagEZzGRGtdqjpE-OWaDfjjyZVHJ-zgsGLyYJhZ7ZWJCI1NrWR6H4DYdMbB8nIyHPa_wA$
> > > --
> > > Mike McCandless
> > >
> > > http://blog.mikemccandless.com<
> > >
> >
> https://urldefense.com/v3/__http://blog.mikemccandless.com__;!!ACWV5N9M2RV99hQ!JIy9w3Oyvgxri_lPKzszX-rCz4T17oAvHWxs3gLwaxWQ3Ah7toRiMqu3hYT0YP-UnxPR1mSnuaqAoGbejVCNsw$
> > > >
> > >
> >
>
--
Aditya
ntaining a given
> keyword only if this keyword is not followed or preceded or another given
> keyword?
>
> Thanks,
> Jean
>
--
Aditya
alue will be
> stored for every record and it may bloat index size.
>
> Could you guide me what is the better approach. To store as Json or as
> individual fields.
>
> RegardsGanesh
>
--
Aditya Varun Chadha | http://www.adichad.net | +49 (0) 152 25914008 (M)
r/blob/master/lucene/core/src/java/org/apache/lucene/search/ConstantScoreQuery.java
> > > > [2]
> > > >
> >
> https://github.com/apache/lucene-solr/blob/1d238c844e45f088a942aec14750c186c7a66d92/lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java#L253
> > > >
Hi,
Question:
Looking at the code I got slightly confused if TopNSearcher would work for
non weighted CharSequence Output FST. I am trying to use a scale up model
and accommodate many tenants on one machine and hence was not planning to
use Pair output. It would have been great if the path output
Hi Akshay
It is better to post the question in Elastic Search group.
If you have the data, it is better to direclty create index from Elastic
Search.
Regards
Aditya
www.findbestopensource.com
On Fri, Sep 26, 2014 at 12:34 PM, akshay.jain
wrote:
> Hi,
>
> Is there any way to
It is up to your requirement. You could either index source file or
compiler output. Try doing some proof of concept. You will get some idea of
how to move forward.
Regards
Aditya
www.findbestopensource.com
On Thu, Jun 5, 2014 at 2:48 PM, Johan Tibell wrote:
> By "index the entir
Just keep it simple. Index the entire source file. One source file is one
document. While indexing preserve dot (.), Hypen(-) and other special
characters. You could use whitespace analyzer.
I hope it helps
Regards
Aditya
www.findbestopensource.com
On Wed, Jun 4, 2014 at 3:29 PM, Johan Tibell
Hi Rajendra
You should NOT create index writer for every request.
>>Whether it is time consuming to update index writer when new document
will come.
No.
Regards
Aditya
www.findbestopensource.com
On Thu, Jun 5, 2014 at 12:24 PM, Rajendra Rao
wrote:
> I have system in which docu
need to parse the file, identify comments, function name,
class name etc and index it in a separate field.
Regards
Aditya
www.findbestopensource.com
On Wed, Jun 4, 2014 at 7:02 AM, Johan Tibell wrote:
> Hi,
>
> I'd like to index (Haskell) source code. I've run the so
database or key-value-store and fetch it on demand.
Regards
Aditya
www.findbestopensource.com -- we have collection of more than 1 million
open source projects
On Thu, Oct 3, 2013 at 4:42 AM, Alice Wong wrote:
> Hello,
>
> We would like to index some documents. Each field of a document
would be very expensive. You need to create
it once globally and re opon it, if the index is modified. Its better use
SearchManager.
Regards
Aditya
www.findbestopensource.com - Search from 1 Million open source projects.
On Thu, Sep 5, 2013 at 6:46 AM, David Miranda wrote:
> Hi,
>
> I
You need to modify / re-index the document. You cannot delete a particular
field. Re-index / update the document with blank / NULL value for the field.
1. Retrieve the document,
2. Set Blank value for the particular field
3. Update the document
Regards
Aditya
www.findbestopensource.com
On Mon
Hi
You are searching with 3 characters but the items actually indexed has 4
characters. Use Luke and analyze the index.
If searching for ABC has to be matched with ABCD then you need to do a
wildcard search. Add * at the end of the search query (ABC*).
Regards
Aditya
www.findbestopensource.com
uot;)
3. Continue step 2 still you get the result or the pharse is empty.
If you give examples of some sample documents in the index and search
phrase then it will help others to give better response.
Regards
Aditya
www.findbestopensource.com - Search from more than 200,000 open source
projects.
O
store like file system or a database.
Regards
Aditya
www.findbestopensource.com
On Thu, Jul 26, 2012 at 10:45 PM, Hank Williams wrote:
> If I want to set up a database that is totally flat with no joins, is
> there any reason not to use lucene. The reasons I would be curious about
> a
Hi
If the data is not stored then it cannot be retrieved in the same format.
Using IndexReader as you listed you could retrieve the list of the terms
available in the doc. It may be analyzed. You may not be getting exact data.
Regards
Aditya
www.findbestopensource.com
On Fri, Jul 27, 2012 at 1
Hi Ram,
I guess IndexWriter.SetMaxBufferedDocs will help...
Regards
Aditya
www.findbestopensource.com
On Wed, Jun 27, 2012 at 11:25 AM, Ramprakash Ramamoorthy <
youngestachie...@gmail.com> wrote:
> Dear,
>
>I am using Lucene for my log search tool. Is there a way I can
Hello GuenterR,
I guess you might be using Java in Android. You could very well use Lucene
Api. There is no ORM exist.
Regards
Aditya
www.findbestopensource.com
On Sun, May 27, 2012 at 2:26 PM, GuenterR wrote:
> Hello All!
> I would like to use Lucene library on any Android device with
Agreed.
Here the discussion is whether Lucene could be considered for storing data?
Whether Lucene could be used as NoSQL? The Answer is YES.
Regards
Aditya
www.findbestopensource.com
On Tue, May 22, 2012 at 2:12 PM, Konstantyn Smirnov wrote:
> simple
>
> what is the speed of in
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN
VERSION:2.0
METHOD:REPLY
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
ATTENDEE;PARTSTAT=ACCEPTED:mailto:aditya.kulka...@gmail.com
CLASS:PUBLIC
CREATED:20090919T073908Z
DTEND:20090924T19Z
DTSTAMP:20090919T073908Z
DTSTART:
dex and retrieve them.
Thanks,
Aditya
--
View this message in context:
http://www.nabble.com/Using-IN-to-retrieve-data-after-lucene-search.-tp24404198p24404198.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
--
Continuing to what Matt said, answer to your question: there is no direct
library to give this.
Also try sandbox based "highlight" related code base.
Best Regards,
Aditya
-Original Message-
From: Matthew Hall [mailto:mh...@informatics.jax.org]
Sent: Monday, May 18, 2009
Hi,
You can try Clucene @ http://sourceforge.net/projects/clucene/ based on
older version of Java Lucene but should be okay.
I was able to port it to symbian and Windows Mobile with some efforts.
Best Regards,
Aditya
-Original Message-
From: Grant Ingersoll [mailto:gsing...@apache.org
time since they are not (cannot be) stop
words.
if user for example search for "Galego", every wikipedia page will be in the
search result which is wrong as every wikipedia page does not talk about
"Galego"
Any takes on this one for how to solve this problem?
Best Regards,
Aditya
A record version mismatch occurred. Expecting v1, found v118.
Any help would be much appreciated.
Regards,
Aditya Gollakota
Support Engineer | CustomWare Asia Pacific | www.customware.net
T: +61 2 9900 5742 | F: +61 2 9475 0100 | M: +61 405 033 951
E: [EMAIL PROTECTED]
Please take a moment to learn java and how to use java APIs.
After that, re-read the emails you just sent us, and answer your own
question.
-Original Message-
From: Shajahan [mailto:[EMAIL PROTECTED]
Sent: Monday, April 17, 2006 2:22 PM
To: java-user@lucene.apache.org
Subject: Re: searc
Well you'll have to index the internet.
Then when you've done that then you can try going against google.
Oh, and you'll have to update that index every now and then to keep your
index of the internet updated.
Good luck.
--- I²R Disclaimer
---
The way lucene works is you need to have the index first.
Only then you can search it.
So if you want to search within a given URL, you need to somehow create
the index of all the webpages within that URL. If the webserver linked
to that URL is also yours, then that would not be a big deal.
But i
ucene...
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Monday, March 20, 2006 7:21 PM
To: java-user@lucene.apache.org
Subject: Re: serializable RAMDirectory
On Mar 20, 2006, at 1:05 AM, Aditya Liviandi wrote:
> Is there any implementation of lucene that allows the ind
Is there any implementation of lucene that allows the index to be
portable? It seems pointless that I have to do the indexing operation to
a directory with FSDirectory, and then copy the directory over to the
portable file, and unpack the file whenever I want to search the
directory at another plac
@lucene.apache.org
Subject: Re: question...
Do you mean you pack the index files into the file *.luc.If it is the
case,
Lucene can't read it.
If you put index files and *.luc together under some directory, That's
OK.
Lucene knows how to find these files
2006/3/14, Aditya Liviandi <[EM
How do I write an index into a bytearrayoutputstream instead of a
directory?
--- I²R Disclaimer
--
This email is confidential and may be privileged. If you are not the intended
recipient, please delete it and notify us
--- Begin Message ---
Hi all,
If I want to embed the index files into another file (say of
extension *.luc, so now all the index files are flattened inside this new file),
can I still use the index without having to extract out the index files to a
temp folder?
aditya
--- End
36 matches
Mail list logo