Pinned Loading
-
Apache-Airflow
Apache-Airflow PublicLearning workflow management using Apache-Airflow by working through example codes in playground
-
-
Indexing MongoDB data in Apache Solr
Indexing MongoDB data in Apache Solr 1Indexing data for fast and efficient retrieval is one of the important feture, that each application requires. I have used MongoDB to store data and Solr to index the data. Although MongoDB provides built-in full-text search capabilities but does not provide advanced indexing and search features.
23I have used Linux OS environment for this Gist. The following softwares are required for this Gist-
4- Java
5- Python
-
Disk Backed Map Collection
Disk Backed Map Collection 12Approach 1: Using Map interface
34Map in Java stores data in the form of key-value pair. Navigable Map is an extension of Sorted Map. Navigable Map adds functions to navigate for example higherKey method which is used to get the least key strictly greater than the given key.
5Heap means the area of memory where Java objects are stored. Heap in general is located at bottom of address space and move upwards. whenever we create object using new operator or by any another means object is allocated memory from Heap and when object dies or garbage collected, memory goes back to Heap space in Java.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.