Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-08 Thread Aditya Varun Chadha
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.

Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-06 Thread 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. 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 >

Re: [HELP] Link your Apache Lucene Jira and GitHub account ids before Thursday August 4 midnight (in your local time)

2022-08-06 Thread Aditya Varun Chadha
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

Re: How to ignore a match if a given keyword is before/after another given keyword?

2021-04-14 Thread Aditya Varun Chadha
ntaining a given > keyword only if this keyword is not followed or preceded or another given > keyword? > > Thanks, > Jean > -- Aditya

Re: Storing Json field in Lucene

2020-04-21 Thread Aditya Varun Chadha
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)

Re: Use custom score in ConstantScoreQuery

2019-12-09 Thread Aditya Varun Chadha
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 > > > >

FST Util's - Will TopNSearcher work for non-weighted FST with CharSequence Ouputs as weight.

2015-09-26 Thread Aditya Tripathi
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

Re: Migrating lucene index to Elastic Search

2014-09-26 Thread Aditya
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

Re: How to approach indexing source code?

2014-06-05 Thread Aditya
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

Re: How to approach indexing source code?

2014-06-05 Thread Aditya
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

Re: Is it wrong to create index writer on each query request.

2014-06-05 Thread Aditya
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

Re: How to approach indexing source code?

2014-06-03 Thread Aditya
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

Re: Associated values for a field and its value

2013-10-03 Thread Aditya
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

Re: Lucene Concurrent Search

2013-09-05 Thread Aditya
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

Re: Removing Indexed field data.

2012-10-22 Thread Aditya
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

Re: short search terms

2012-09-27 Thread Aditya
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

Re: Find documents contained in search term

2012-08-20 Thread Aditya
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

Re: Lucene vs SQL.

2012-07-26 Thread Aditya
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

Re: Getting terms from unstored fields, doc-wise

2012-07-26 Thread Aditya
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

Re: Auto commit when flush

2012-06-27 Thread Aditya
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

Re: ORM for Android + Lucene

2012-05-28 Thread Aditya
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

Re: Performance of storing data in Lucene vs other (No)SQL Databases

2012-05-23 Thread Aditya
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

Accepted: Free Webinar - Apache Lucene 2.9: Technical Overview of New Features

2009-09-19 Thread Aditya
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:

Using IN to retrieve data after lucene search.

2009-07-08 Thread Aditya R
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. --

RE: how to get the word before and the word after the matched Term?

2009-05-18 Thread Aditya
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

RE: Lucene index on iPhone

2009-05-06 Thread Aditya
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

REPOST from another list: Question related to improving search results

2009-05-02 Thread Aditya
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

Using Lucene to index Meta-data from txt, html, PDF etc files.

2006-09-14 Thread Aditya Gollakota
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]

RE: search pdf

2006-04-16 Thread Aditya Liviandi
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

RE: Hi Experts

2006-03-29 Thread Aditya Liviandi
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 ---

RE: Hi Experts

2006-03-28 Thread Aditya Liviandi
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

RE: serializable RAMDirectory

2006-03-20 Thread Aditya Liviandi
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

serializable RAMDirectory

2006-03-19 Thread Aditya Liviandi
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

RE: question...

2006-03-16 Thread Aditya Liviandi
@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

still question...

2006-03-13 Thread Aditya Liviandi
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

question...

2006-03-13 Thread Aditya Liviandi
--- 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