Re: Flow Chart of Solr

2013-04-07 Thread Lance Norskog
Wednesday, April 03, 2013 12:56 PM To: solr-user@lucene.apache.org Subject: Re: Flow Chart of Solr Jack, Is that new book up to the 4.+ series? Thanks The other Jack On Wed, Apr 3, 2013 at 9:19 AM, Jack Krupansky wrote: And another one on the way: http://www.amazon.com/Lucene-Solr-Definitive-co

Re: Flow Chart of Solr

2013-04-05 Thread Furkan KAMACI
when the book comes out in the > > summer. > > > > Early access will be in about a month or so. O'Reilly will be showing a > > galley proof for 200 pages of the book next week at Big Data TechCon next > > week in Boston. > > > > > > -- Jack Krupan

Re: Flow Chart of Solr

2013-04-05 Thread Erick Erickson
a > galley proof for 200 pages of the book next week at Big Data TechCon next > week in Boston. > > > -- Jack Krupansky > > -Original Message- From: Jack Park > Sent: Wednesday, April 03, 2013 12:56 PM > > To: solr-user@lucene.apache.org > Subject: Re: F

Re: Flow Chart of Solr

2013-04-03 Thread Jack Krupansky
chCon next week in Boston. -- Jack Krupansky -Original Message- From: Jack Park Sent: Wednesday, April 03, 2013 12:56 PM To: solr-user@lucene.apache.org Subject: Re: Flow Chart of Solr Jack, Is that new book up to the 4.+ series? Thanks The other Jack On Wed, Apr 3, 2013 at 9:1

Re: Flow Chart of Solr

2013-04-03 Thread Jack Park
of diagrams. Lots of examples. > > -- Jack Krupansky > > -Original Message- From: Jack Park > Sent: Wednesday, April 03, 2013 11:25 AM > > To: solr-user@lucene.apache.org > Subject: Re: Flow Chart of Solr > > There are three books on Solr, two with that in the ti

Re: Flow Chart of Solr

2013-04-03 Thread Jack Krupansky
: solr-user@lucene.apache.org Subject: Re: Flow Chart of Solr There are three books on Solr, two with that in the title, and one, Taming Text, each of which have been very valuable in understanding Solr. Jack On Wed, Apr 3, 2013 at 5:25 AM, Jack Krupansky wrote: Sure, yes. But... it comes down to

Re: Flow Chart of Solr

2013-04-03 Thread Jack Park
kes Lucene search methods that > calculate basic scores? > > In short, you need to be more specific. Don't force us to guess what problem > you are trying to solve. > > -- Jack Krupansky > > -Original Message- From: Furkan KAMACI > Sent: Wednesday, April 03, 2013 6:52 AM >

Re: Flow Chart of Solr

2013-04-03 Thread Jack Krupansky
you are trying to solve. -- Jack Krupansky -----Original Message- From: Furkan KAMACI Sent: Wednesday, April 03, 2013 6:52 AM To: solr-user@lucene.apache.org Subject: Re: Flow Chart of Solr So, all in all, is there anybody who can write down just main steps of Solr(including parsing, s

Re: Flow Chart of Solr

2013-04-03 Thread Furkan KAMACI
So, all in all, is there anybody who can write down just main steps of Solr(including parsing, stemming etc.)? 2013/4/2 Furkan KAMACI > I think about myself as an example. I have started to make research about > Solr just for some weeks. I have learned Solr and its related projects. My > next s

Re: Flow Chart of Solr

2013-04-02 Thread Furkan KAMACI
I think about myself as an example. I have started to make research about Solr just for some weeks. I have learned Solr and its related projects. My next step writing down the main steps Solr. We have separated learning curve of Solr into two main categories. First one is who are using it as out of

Re: Flow Chart of Solr

2013-04-02 Thread Alexandre Rafalovitch
Yago, My point - perhaps lost in too much text - was that Solr is presented - and can function - as a black-box. Which makes it different from more traditional open-source project. So, the stage-2 happens exactly when the non-programmers have to cross the boundary from the black-box into code-firs

Re: Flow Chart of Solr

2013-04-02 Thread Yago Riveiro
Alexandre, You describe the normal path when a beginner try to use a source of code that doesn't understand, black-box, reading code, hacking, ok now I know 10% of the project, with lucky :p. First at all, the Solr community is fantastic and always helps when I need it. IMHO the devel docum

Re: Flow Chart of Solr

2013-04-02 Thread Alexandre Rafalovitch
> etc. > > > at any of them. > > > > > > > > > 2013/4/2 Andre Bois-Crettez > andre.b...@kelkoo.com)> > > > > > > > > > > > On 04/02/2013 04:20 PM, Koji Sekiguchi wrote: > > > > > > > > &g

Re: Flow Chart of Solr

2013-04-02 Thread Furkan KAMACI
ng about it i.e. stamming, lemmitazing > etc. > > at any of them. > > > > > > 2013/4/2 Andre Bois-Crettez andre.b...@kelkoo.com)> > > > > > > > > On 04/02/2013 04:20 PM, Koji Sekiguchi wrote: > > > > > > > (13/04/02 21:45),

Re: Flow Chart of Solr

2013-04-02 Thread Yago Riveiro
re.b...@kelkoo.com)> > > > > > On 04/02/2013 04:20 PM, Koji Sekiguchi wrote: > > > > > (13/04/02 21:45), Furkan KAMACI wrote: > > > > > > > Is there any documentation something like flow chart of Solr. i.e. > > > > Documents c

Re: Flow Chart of Solr

2013-04-02 Thread Furkan KAMACI
an KAMACI wrote: >> >>> Is there any documentation something like flow chart of Solr. i.e. >>> Documents comes into Solr(maybe indicating which classes get documents) >>> and >>> goes to parsing process (i.e. stemming processes etc.) and then reverse >>>

Re: Flow Chart of Solr

2013-04-02 Thread Andre Bois-Crettez
On 04/02/2013 04:20 PM, Koji Sekiguchi wrote: (13/04/02 21:45), Furkan KAMACI wrote: Is there any documentation something like flow chart of Solr. i.e. Documents comes into Solr(maybe indicating which classes get documents) and goes to parsing process (i.e. stemming processes etc.) and then

Re: Flow Chart of Solr

2013-04-02 Thread Koji Sekiguchi
(13/04/02 21:45), Furkan KAMACI wrote: Is there any documentation something like flow chart of Solr. i.e. Documents comes into Solr(maybe indicating which classes get documents) and goes to parsing process (i.e. stemming processes etc.) and then reverse indexes are get so on so forth? There