Re: Sharing indexes

2015-09-23 Thread Henrique O. Santos
Benedetti wrote: Honestly is highly discouraged to share an index, making N Solr nodes using it. Can you express better your requirement ? Why can't you replicate the index ? Cheers 2015-09-23 15:37 GMT+01:00 Henrique O. Santos <hensan...@gmail.com>: Hello everyone, In our development e

Sharing indexes

2015-09-23 Thread Henrique O. Santos
Hello everyone, In our development efforts, we came into the necessity of sharing Solr indexes with some initial documents to be deployed alongside our application. For that, I just started copying the collection directory with its conf and data subdirs. That worked for some time, but it

Omit fields to be indexed in a bean

2015-09-16 Thread Henrique O. Santos
Hello all, I have a SolrJ bean annotated with @Field. Is it possible to omit a field prior to index? For instance: *My bean* @Field public String f1; @Field public String f2; @Field public String f3; *My indexing* client.addBean(this); I want the resulting document to omit f2, so it would

Re: Can TrieDateField fields be null?

2015-08-23 Thread Henrique O. Santos
On Sat, Aug 22, 2015 at 4:04 PM, Henrique O. Santos hensan...@gmail.com wrote: Hello, Just a simple question. Can TrieDateField fields be null? I have a schema with the following field and type: field name=started_at type=date indexed=true stored=true docValues=true / fieldType name=date

Re: Can TrieDateField fields be null?

2015-08-23 Thread Henrique O. Santos
. Can I assume that TrieDateFields need to be specified for every document? Thanks. On 08/23/2015 09:48 AM, Henrique O. Santos wrote: Hi Erick and Upayavira, thanks for the reply. I am using Solr 5.2.1 and using SolrJ 5.2.1 API with an annotated POJO to update the index. And you were right

Can TrieDateField fields be null?

2015-08-22 Thread Henrique O. Santos
Hello, Just a simple question. Can TrieDateField fields be null? I have a schema with the following field and type: field name=started_at type=date indexed=true stored=true docValues=true / fieldType name=date class=solr.TrieDateField precisionStep=0 positionIncrementGap=0/ Every

Re: SolrJ update

2015-08-09 Thread Henrique O. Santos
on Solrj and add that ID to the outcoming document. Best, Andrea 2015-08-06 21:39 GMT+02:00 Henrique O. Santos hensan...@gmail.com: Hello all, I am using SolrJ to do a index update on one of my collections. This collection has a uniqueKey id field: fields field name=id type=string indexed

SolrJ update

2015-08-06 Thread Henrique O. Santos
Hello all, I am using SolrJ to do a index update on one of my collections. This collection has a uniqueKey id field: fields field name=id type=string indexed=true stored=true/ field name=_version_ type=long indexed=true stored=true/ field name=name type=string indexed=true

Spatial Search killing Solr process

2015-03-19 Thread Henrique O. Santos
Hello all, I have a Solr 4.10.3 collection with ~55 million documents (index size about 6GB) with a LatLonType field and a dynamic field for storing the coordinates, like stated here https://wiki.apache.org/solr/SpatialSearch#Schema_Configuration

Re: Spatial Search killing Solr process

2015-03-19 Thread Henrique O. Santos
/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Thu, Mar 19, 2015 at 4:30 PM, Henrique O. Santos hensan...@gmail.com wrote: Hello all, I have a Solr 4.10.3 collection with ~55 million documents (index size about 6GB) with a LatLonType field and a dynamic field

Re: [Poll]: User need for Solr security

2015-03-12 Thread Henrique O. Santos
Hi, I’m currently working with indexes that need document level security. Based on the user logged in, query results would omit documents that this user doesn’t have access to, with LDAP integration and such. I think that would be nice to have on a future Solr release. Henrique. On Mar 12,

Labels for facets on Velocity

2015-03-05 Thread Henrique O. Santos
Hello, I’ve been trying to have a pretty name for my facets on Velocity Response Writer. Do you know how can I do that? For example, suppose that I am faceting field1. My query returns 3 facets: uglyfacet1, uglyfacet2 and uglyfacet3. I want to show them to the user a pretty name, like Pretty