Re: Disable Caching

2012-10-17 Thread Anderson vasconcelos
t > them out, but I think that won't actually disable them. > > Warmup queries you can just comment our in solrconfig.xml. > > Otis > -- > Search Analytics - http://sematext.com/search-analytics/index.html > Performance Monitoring - http://sematext.com/spm/index.html &

Re: Question about wildcards

2012-05-21 Thread Anderson vasconcelos
t; http://wiki.apache.org/solr/**MultitermQueryAnalysis<http://wiki.apache.org/solr/MultitermQueryAnalysis> > > Do a query for ".2231-7" and that will tell you which analyzer steps > you > will have to do manually. > > -- Jack Krupansky > > -Original Message- From:

Re: Question about wildcards

2012-05-21 Thread Anderson vasconcelos
with this tokenizer the text was not spplitted. Is that the best way to solve this? Thanks 2012/5/21 Anderson vasconcelos > Hi. > > In debug mode, the generated query was: > > field:*2231-7 > field:*2231-7 > field:*2231-7 > field:*2231-7 > > T

Re: Question about wildcards

2012-05-21 Thread Anderson vasconcelos
Hi. In debug mode, the generated query was: field:*2231-7 field:*2231-7 field:*2231-7 field:*2231-7 The analisys of indexing the text .2231-7 produces this result: Index Analyzer .22317 .22317 .22317 .22317 #1;1322. #1;7 .22317 And for search fo

Re: Question about cache

2012-05-18 Thread Anderson vasconcelos
Hi Kuli Is Just raising. Thanks for the explanation. Regards Anderson 2012/5/11 Shawn Heisey > On 5/11/2012 9:30 AM, Anderson vasconcelos wrote: > >> HI Kuli >> >> The free -m command gives me >>total used free shar

Re: Question about cache

2012-05-11 Thread Anderson vasconcelos
use this additional 2GB in cache? I need to increse the memory size? Thanks 2012/5/11 Michael Kuhlmann > Am 11.05.2012 15:48, schrieb Anderson vasconcelos: > > Hi >> >> Analysing the solr server in glassfish with Jconsole, the Heap Memory >> Usage >> don&#x

Re: Identify indexed terms of document

2012-05-11 Thread Anderson vasconcelos
Thanks 2012/5/11 Michael Kuhlmann > Am 10.05.2012 22:27, schrieb Ahmet Arslan: > > >> >> It's possible to see what terms are indexed for a field of >>> document that >>> stored=false? >>> >> >> One way is to use >> http://wiki.apache.org/solr/**LukeRequestHandler

Re: Question about Streaming Update Solr Server

2012-03-08 Thread Anderson vasconcelos
Anyone could reply this questions? Thanks 2012/3/5 Anderson vasconcelos > Hi > > I have some questions about StreamingUpdateSolrServer. > > 1)What's queue size parameter? It's the number of documents in each > thread? > > 2)When i configurated like this Stre

Re: Permissions and user to acess administrative interface

2012-02-13 Thread Anderson vasconcelos
te rules via .htaccess. > > Otherwise I would suggest you to look for a commercial distribution of > Solr which might fit your needs. > > Regards, > Em > > Am 13.02.2012 16:48, schrieb Anderson vasconcelos: > > Hi All > > > > Is there some way to add

Re: Using UUID for uniqueId

2012-02-08 Thread Anderson vasconcelos
> Cheers > > François > > On Feb 8, 2012, at 1:31 PM, Anderson vasconcelos wrote: > > > HI all > > > > If i use the UUID like a uniqueId in the future if i break my index in > > shards, i will have problems? The UUID generation could generate the same > > UUID in differents machines? > > > > Thanks > >

Re: Multiple Data Directories and 1 SOLR instance

2012-01-26 Thread Anderson vasconcelos
Nitin, Use Multicore configuration. For each organization, you create a new core with especific configurations. You will have one SOLR instance and one SOLR Admin tool to manage all cores. The configuration is simple. Good Luck Regards Anderson 2012/1/26 David Radunz > Hey, > >Sounds lik

Re: Indexing failover and replication

2012-01-25 Thread Anderson vasconcelos
a slave? This is > not supported. What you probably want to do is either set > up a repeater or just index to the two masters and manually > change the back to the primary if the primary goes down, having > all replication happen from the master. > > Best > Erick > > O

Re: solr replication

2012-01-25 Thread Anderson vasconcelos
Hi Parvin I did something that may help you. I set up apache (with mod_proxy and mode balance) like a front-end and use this to distruted the request of my aplication. Request for /update or /optmize, i'm redirect to master (or masters) server and requests /search i redirect to slaves. Example:

Indexing failover and replication

2012-01-24 Thread Anderson vasconcelos
Hi I'm doing now a test with replication using solr 1.4.1. I configured two servers (server1 and server 2) as master/slave to sincronized both. I put apache on the front side, and we index sometime in server1 and sometime in server2. I realized that the both index servers are now confused. In sol

Re: Size of index to use shard

2012-01-24 Thread Anderson vasconcelos
rs. And you should periodically > re-test the empirical numbers you *do* arrive at... > > Best > Erick > > On Tue, Jan 24, 2012 at 5:31 AM, Anderson vasconcelos > wrote: >> Apparently, not so easy to determine when to break the content into >> pieces. I'll inve

Re: Size of index to use shard

2012-01-24 Thread Anderson vasconcelos
tructure. >> In my case i can handle a 250GB index with 100mil. docs on a I7 >> machine with RAID10 and 24GB RAM => q-times under 1 sec. >> Regards >> Vadim >> >> >> >> 2012/1/24 Anderson vasconcelos : >> > Hi >> > Has some siz

Size of index to use shard

2012-01-23 Thread Anderson vasconcelos
Hi Has some size of index (or number of docs) that is necessary to break the index in shards? I have a index with 100GB of size. This index increase 10GB per year. (I don't have information how many docs they have) and the docs never will be deleted. Thinking in 30 years, the index will be with 40

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
you to shared this solution with solr community. Maybe we can create some component in google code, or something like that, wich any solr user can use. 2012/1/23, Gora Mohanty : > On Mon, Jan 23, 2012 at 5:58 AM, Anderson vasconcelos > wrote: >> Hi Gora, thanks for the reply. >>

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
d the Custom Filter Factory and how used this on SOLR? Thanks 2012/1/22, Gora Mohanty : > On Sun, Jan 22, 2012 at 5:47 PM, Anderson vasconcelos > wrote: >> Anyone could help? >> >> Thanks >> >> 2012/1/20, Anderson vasconcelos : >>> Hi >>> &g

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
Anyone could help? Thanks 2012/1/20, Anderson vasconcelos : > Hi > > The phonetic filters (DoubleMetaphone, Metaphone, Soundex, RefinedSoundex, > Caverphone) is only for english language or works for other languages? Have > some phonetic filter for portuguese? If dont have, how

Phonetic search for portuguese

2012-01-20 Thread Anderson vasconcelos
Hi The phonetic filters (DoubleMetaphone, Metaphone, Soundex, RefinedSoundex, Caverphone) is only for english language or works for other languages? Have some phonetic filter for portuguese? If dont have, how i can implement this? Thanks

Re: HIbernate Search and SOLR Integration

2012-01-20 Thread Anderson vasconcelos
t used at > search-time. > > HTH > > Otis > > Performance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > - Original Message - > > From: Anderson vasconcelos > > To: solr-user@lucene.apache.o

Re: HIbernate Search and SOLR Integration

2012-01-20 Thread Anderson vasconcelos
> Hi Anderson, > > Not sure if you saw http://wiki.apache.org/solr/DataImportHandler > > > Otis > > > Performance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > > - Original Message - >

HIbernate Search and SOLR Integration

2012-01-19 Thread Anderson vasconcelos
Hi. It's possible to integrate Hibernate Search with SOLR? I wanna use Hibernate Search in my entities and use SOLR to make the work of index and search. Hibernate Search call SOLR to find in index and than find the respective objects in database. Is that possible? Exists some configuration for th

Re: Migrate Lucene 2.9 To SOLR

2011-12-15 Thread Anderson vasconcelos
OK. Thanks for help. I gonna try do migrate 2011/12/14 Chris Hostetter > > : I have a old project that use Lucene 2.9. Its possible to use the index > : created by lucene in SOLR? May i just copy de index to data directory of > : SOLR, or exists some mechanism to import Lucene index? > > you c

Migrate Lucene 2.9 To SOLR

2011-12-13 Thread Anderson vasconcelos
Hi I have a old project that use Lucene 2.9. Its possible to use the index created by lucene in SOLR? May i just copy de index to data directory of SOLR, or exists some mechanism to import Lucene index? Thanks

Export Index Data.

2010-11-19 Thread Anderson vasconcelos
Hi Is possible to export one set of documents indexed in one solr server for do a sincronization with other solr server? Thank's

Re: Too Many Open Files

2010-06-28 Thread Anderson vasconcelos
Other question, Why SOLRJ d'ont close the StringWriter e OutputStreamWriter ? thanks 2010/6/28 Anderson vasconcelos > Thanks for responses. > I instantiate one instance of per request (per delete query, in my case). > I have a lot of concurrency process. Reusing the same ins

Re: Too Many Open Files

2010-06-28 Thread Anderson vasconcelos
ld get much better information by providing more details, see: > > > > > > > http://wiki.apache.org/solr/UsingMailingLists?highlight=(most)|(users)|(list)<http://wiki.apache.org/solr/UsingMailingLists?highlight=%28most%29%7C%28users%29%7C%28list%29> > < > http://wiki

Too Many Open Files

2010-06-28 Thread Anderson vasconcelos
Hi all When i send a delete query to SOLR, using the SOLRJ i received this exception: org.apache.solr.client.solrj.SolrServerException: java.net.SocketException: Too many open files 11:53:06,964 INFO [HttpMethodDirector] I/O exception (java.net.SocketException) caught when processing request: Too

Connection Pool

2010-05-14 Thread Anderson vasconcelos
Hi I wanna to know if has any connection pool client to manage the connections with solr. In my system, we have a lot of concurrency index request. I cant shared my connection, i need to create one per transaction. But if i create one per transaction, i think the performance will down. How you re

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-14 Thread Anderson vasconcelos
> > > schema > > > to change existing documents. > > > > > > Field updating of documents already indexed is being worked on, but > it's > > > not > > > available yet. > > > > > > Best > > > Erick > > &

Re: SolrUser - Reindex

2010-05-13 Thread Anderson vasconcelos
t; > <http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters>Best > Erick > > On Thu, May 13, 2010 at 3:59 PM, Anderson vasconcelos < > anderson.v...@gmail.com> wrote: > > > Why solr/lucene no index the Character '@' ? > > > > I send to index email fie

Re: SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Anderson vasconcelos
t; schema > to change existing documents. > > Field updating of documents already indexed is being worked on, but it's > not > available yet. > > Best > Erick > > On Thu, May 13, 2010 at 3:58 PM, Anderson vasconcelos < > anderson.v...@gmail.com> wrote: > >

SolrUser - Reindex

2010-05-13 Thread Anderson vasconcelos
Why solr/lucene no index the Character '@' ? I send to index email fields x...@gmail.com ...and after try do search to_email:*...@*, and not found. I need to do some configuration? Thanks

SolrUser - ERROR:SCHEMA-INDEX-MISMATCH

2010-05-13 Thread Anderson vasconcelos
Hi All. I have the follow fields in my schema: I need to change the index of SOLR, adding a dynamic field that will contains all values of "value" field. Its possible to get all index data and reindex, putting the values on my dynamic field? How the data was no stored, i don't find one wa