
Apache Solr
¿Qué es Apache Solr?
Plataforma de código abierto que permite la indexación casi en tiempo real, integración de bases de datos, agrupación en clúster dinámica, búsqueda de texto completo, registro supervisable, análisis detallado de documentos y más.
¿Quién usa Apache Solr?
Sin información del proveedor
¿Tienes dudas sobre Apache Solr?
Compara con una alternativa popular

Apache Solr
Opiniones de Apache Solr

vikram
Best Search Engine
Comentarios: We are using Apache Solr as search engine for Full text search as well as Lucene query search. It is stable and provide fast query result. It is also resilient in term of indexing ,filter search etc. Apache solr is easy to integrate with any other project.
Puntos a favor:
Apache Solr is best search engine for full text search and Lucene query search. We are using Solr as search engine with alfresco content management solution. Solr provide high speed search with scalability feature . Solr indexing process is also resilient in nature so hardly we face any indexing issue .
Puntos en contra:
I haven't found any bug or issue yet . It is working very smoothly with our application.
Dinesh
Extremely fast Seaching
Puntos a favor:
Apache Solr is a Java based, advanced search index. You can index your data in the form of documents and then query it as per your needs. The Query speed is extremely fast, It provides response only in a few milli seconds even for a complex data query. It enables you to have catalog searching, and type ahead search in your application. Suitable for data, that needs frequent searching and fetching.
Puntos en contra:
For a practical use, you will always need to keep your database and solr indexes in sync, which requires careful designing of application.

Sudharshan
Alternativas consideradas:
Excellent Document DB + Search software
Comentarios: Great, better than sharepoint search. Customizable, extensibiliy with load balancers are great, Clustering, Document sharding are great and wonderful features. Overall, this is a great product .
Puntos a favor:
Delta query, Quick retrieval, Faster indexing, Schema definitions, Synonyms the features are endless. it almost behaves as a Database. Can integrate with any database i.e any data source. Document sharding and clustering are excellent features.
Puntos en contra:
I doubt that the product will extend its life span as the cloud can retrieve terabytes of data in a minute. What is missing is a single grid widget or tool that apache solr can provide that can search and display like 6 to 10 million records. A need for an administrator console to retrieve information in a columnar format that can be queried is missing. Eg: Datagrid, JQGrid or a datatable like inbuild javascript library based grids.
Usuario verificado
A futuristic search engine having lot of features
Comentarios: Apache Solr allows us improve our project search feature, it helps us to genrate varouris facets to filter products and also reduce query time as its all content is pre-indexd
Puntos a favor:
Apache solr is one of the best in its category (open source), it has many features and from indexing to relevence search, it can be used for small to large enterpise application for in-house search engine with fully customized schema/schemaless index text content.
Puntos en contra:
Its overall good, but there is less resource to learn and fully understant its concepts in one go
Danoosh
We use solr to index our institutional repository data
Puntos a favor:
It is very flexible and customize-able which makes it very easy to integrate-able with other components in the development stack.
Puntos en contra:
the query language could be a bit confusing at first. If the collection is large, it often takes a long time to index the data.