kode12
Menu
  • Hibernate OGM
  • Hibernate ORM
  • Spring Boot
  • MongoDB
  • Interviews
  • ★
Hibernate, Spring Boot, MongoDB blog
Browse: Home » 2016 » November
Apache Solr: Setup and Searching with Spring Boot

Apache Solr: Setup and Searching with Spring Boot

November 30, 2016 · by Yogesh Prajapati · in ★
In Previous tutorial we have gone through basic setup and query with Solr server. In this post i’ll show you how to index your documents and perform search with Java, especially using Spring Boot here. Prerequisites & Assumption Required tools STS (Good to have) Maven/Gradle Java (:) Definitely) Assumption You should have Solr distribution and

Read More

Apache Solr: Setup and Basic Querying

Apache Solr: Setup and Basic Querying

November 28, 2016 · by Yogesh Prajapati · in ★
Apache Solr is a fast open-source Java search server. Solr provides a indexing, replication and load-balanced querying for your data, data may contains websites, databases and files. Solr built based on Apache Lucene (http://lucene.apache.org/). Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any

Read More

Store and Compare IP address in MongoDB – A study

November 22, 2016 · by Yogesh Prajapati · in MongoDB
Hi Guys, I would like to share an issue and possible solutions for the issue related to store and compare IP address in MongoDB. The Requirement Client have its own master IP Address list marked as GOOD and BAD ip address, in master list it may have plain IP address (i.e. 192.168.1.1) or in CIDR

Read More

Smart School Tracking

Smart School Tracking

November 17, 2016 · by Yogesh Prajapati · in ★
Hi Friends, We are always willing to solve real time problems or ready to try for it. Today i want to share one of the good idea and product on which we are working on. In last 6 month i had a discussion with some people who only interested to bring change in education system,

Read More

Spring Boot: Response Compression

November 11, 2016 · by Yogesh Prajapati · in Spring Boot
Hi Guys, Spring boot provides a facility to compress your resources by changing minimum configuration. Below is the available properties related to compression, it should be added into your configuration file (usually application.properties file). server.compression.enabled= This is a flag to enable response compression. Possible values = true or false server.compression.excluded-user-agents= You can give list of

Read More

Recent Posts

  • JPA: How to apply Row Level Filter
  • Spring-Boot application.properties and yml property/file precedence: Interview Experience
  • Spring-Boot appication.properties file location interview question: Part 1
  • How Spring-Boot autocofiguration works?
  • Handling FallBack and TimeOut in MicroService using Hystrix

Promo

Tags

AOP Apache Solr AspectJ Eureka Hibernate Hibernate OGM Hystrix Ideas Interview IOT J2EE Java JPA MicroServices MongoDB MySQL Raspberry PI Spring Boot Spring Cloud SQL Swagger

Viewer’s Map

Archives

  • February 2019 (1)
  • July 2018 (3)
  • March 2017 (5)
  • February 2017 (2)
  • November 2016 (5)
  • August 2016 (2)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (1)
  • January 2016 (1)

Copyright © 2019 kode12

Powered by WordPress and Origin