Hello.
Emir mentioned about starting from the feature/concept. If you haven't come
across it yet then the slides and/or recording of Hoss's "Lifecycle of a Solr
Search Request" talk may be of interest - http://home.apache.org/~hossman/ has
links.
Erick mentioned about getting a sense via unit
Thanks for your responses.
Best Regards!
On 21 May 2018 at 16:40:10, Shawn Heisey (apa...@elyograg.org) wrote:
On 5/21/2018 4:35 AM, Greenhorn Techie wrote:
> As the documentation around Solr is limited, I am thinking to go through
> the source code and understand the various bits and pieces. H
On 5/21/2018 4:35 AM, Greenhorn Techie wrote:
As the documentation around Solr is limited, I am thinking to go through
the source code and understand the various bits and pieces. However, I am a
bit confused on where to start as I my developing skills are a bit limited.
Any thoughts on how best
If you can find out how Solr evolved over the years, you can perhaps follow
that same path
On Mon, 21 May 2018, 18:35 Erick Erickson, wrote:
> Another useful trick is the class hierarchy displays most modern IDE's
> have available to get a sense of what class is where. And I second
> Emir's comm
Another useful trick is the class hierarchy displays most modern IDE's
have available to get a sense of what class is where. And I second
Emir's comment about picking some feature. _Nobody_ knows all the Solr
code, and that's not even including Lucene. It's big, very big. So
pick a feature you want
Hi,
I would start from the feature/concept that I find documentation to be vague.
If you think that everything is like that, I would not start with code just yet
and would focus on understanding high level concepts first. Also, you need to
figure out if some feature is Solr or Lucene and if it i
Hi,
As the documentation around Solr is limited, I am thinking to go through
the source code and understand the various bits and pieces. However, I am a
bit confused on where to start as I my developing skills are a bit limited.
Any thoughts on how best to start / where to start looking into Solr