This module helps the Apache Solr and Apache Solr Attachments to index documents content (not their metadata or fields) to the search index.
MOTIVATION
Working with apache solr module in my company, I got blocked by a request that we had to keep the search exactly as Google Appliance did, keeping track of the pdf and it's content. Researching about the apche solr modules in the comunity, I found that all of the modules have a limitation with sending documents like PDF, DOC, DOCx and others, to the search index.
The Search JSON module helps to fetch and search the data from JSON file for a small amount of data. It will retrieve and search the data very fastly. The pagination will work without page refreshing.
If you enable this module, you can use the following area.
- Product listing with search
- Search page for a small size of the website.
- In the feature, I will release search JSON file with face set.
On page search module provide functionality to search on single page. It is
replacement of CTRL+F of browser. Some time user want to search on single page
then this module is very useful.
Usecase
In mobile devices its very hard to search on single page using CTRL+F , using this module you will get a text field then you can do on page search very easily.
By default the Apachesolr Views module renders fields that are in the Solr-index.
This module adds a Views row plugin for 'Rendered entity'.
That way you can leverage modules like Display Suite for presenting your search-results.
Provides drush commands to index fast with search API (using all your CPU cores).
It's an effective multi-process approach by spawning new drush commands that handle queues.
If you have a 10k+ node-set, this is highly useful.