Multiple search analyzers on the same field type possible?

2011-10-12 Thread Victor
I would like to do the following in solr/lucene: For a demo I would like to index a certain field once, but be able to query it in 2 different ways. The first way is to query the field using a synonym list and the second way is to query the same field without using a synonym list. The reason I wan

Re: Multiple search analyzers on the same field type possible?

2011-10-13 Thread Victor
I looked at the copyfield solution and found it not suitable for what I am trying for. I defined a new using a that uses a synonym filter for the query analyzer. Then I used a command to fill it with the data that I want. Since I do not want to create another index I set the index parameter to f

Re: Multiple search analyzers on the same field type possible?

2011-10-13 Thread Victor
Or, alternatively, it would be nice to link a field to another field so that it can use the index of that field. The whole point of different "query analyzers" on the same index would make the whole solr/lucene more flexible I think. But let's wait and see, maybe it is possible to do this and I am

Re: Multiple search analyzers on the same field type possible?

2011-10-13 Thread Victor
Sorry Erick, my last post and your's crossed each other. I am reluctant to use another index (or a multi-value index) since I think it will increase the storage I need for those indexes without adding functionality (and storage could be an issue for me). But first let's see if I understand you co

Re: Multiple search analyzers on the same field type possible?

2011-10-14 Thread Victor
Hi Erick, I work for a very big library and we store huge amounts of data. Indexing some of our collections can take days and the index files can get very big. We are a non-profit organisation, so we want to provide maximum service to our customers but at the same time we are bound to a fixed budg

Re: Multiple search analyzers on the same field type possible?

2011-10-14 Thread Victor
I need to suffix. Cheers and again, thanks for helping me on this, Victor -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-search-analyzers-on-the-same-field-type-possible-tp3417898p3421522.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple search analyzers on the same field type possible?

2011-10-14 Thread Victor
I've spent today writing my own SynonymFilter and SynonymFilterFactory. And it works! I've followed Erick's advice and pre- and postfixed all the words that I want to stem with a @. So, if I want to stem the word car, I injest it in the query as @car@. My adapted synonymfilter recognizes the pre/

Which open-source crawler to use with SolrJ and Postgresql ?

2016-02-16 Thread Victor D'agostino
Hi I am building a Solr 5 architecture with 3 Solr nodes and 1 zookeeper. The database backend is postgresql 9 on RHEL 6. I am looking for a free open-source crawler which use SolrJ. What do you guys recommend ? Best regards Victor d'Agostino  Ce message et les éven

Re: Which open-source crawler to use with SolrJ and Postgresql ?

2016-02-16 Thread Victor D'agostino
Hi, Thanks for your help. Nutch is exactly what i'm looking for and i'm feeling lucky the solr cloud support has just been comited ! I'll try the trunk version and wait until the 1.12 version is released. Regards Victor Nutch has Solr 5 cloud support in trunk, i committed

Re: Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-19 Thread Victor D'agostino
re loaded. It's tedious to go through since there are a lot of them, but it's something to check. If you have the hardware, try putting it on a machine that's never had Solr on it? Best, Erick On Thu, Mar 17, 2016 at 9:39 AM, Victor D'agostino < victor.d.agost...@f

Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-19 Thread Victor D'agostino
s(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:278) at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:542) ... 25 more Regards Victor  Ce message et les éventuels document

Cant access new docs without restarting Solr (java.nio.file.NoSuchFileException)

2016-03-22 Thread Victor D'agostino
r-- 1 solr solr 59 22 mars 18:30 _2.nvd -rw-rw-r-- 1 solr solr 98 22 mars 18:30 _2.nvm -rw-rw-r-- 1 solr solr 491 22 mars 18:30 _2.si -rw-rw-r-- 1 solr solr 227 22 mars 18:30 segments_4 -rw-rw-r-- 1 solr solr0 22 mars 18:18 write.lock Any help ? Regards Victor  C

Re: Cant access new docs without restarting Solr (java.nio.file.NoSuchFileException)

2016-03-23 Thread Victor D'agostino
(java.nio.file.NoSuchFileException) *De : *Victor D'agostino *Pour : *solr-user@lucene.apache.org *Date : *22/03/2016 18:39 Hi I've setup a Solr Cloud 5.5.0 ensemble with ZooKeeper. If I post a few docs with curl it seems ok : [root@LXLYOSOL30 ~]# curl --noproxy '*' http://lxlyosol30:8983/solr/db/update -

Setting up a two nodes Solr Cloud 5.4.1 environment

2016-03-25 Thread Victor D'agostino
uot;status":"healthy", "replicas":[{ "name":"core_node3", "url":"http://10.69.220.47:8983/solr/db_shard3_replica1/";, "numDocs":0, "status":"active", &q

Re: Setting up a two nodes Solr Cloud 5.4.1 environment

2016-03-29 Thread Victor D'agostino
;:"2016-03-29T07:49:15.192Z", "uptime":"0 days, 0 hours, 7 minutes, 48 seconds", "memory":"259.7 MB (%10.8) of 2.4 GB", "cloud":{ "ZooKeeper":"lxlyosol30:2181,lxlyosol31:2181", "liveNodes":"2&qu

Re: Setting up a two nodes Solr Cloud 5.4.1 environment

2016-03-29 Thread Victor D'agostino
ollections?&collection.configName=x&name=db&replicationFactor=1&action=CREATE&numShards=4&maxShardsPerNode=2"; Because node n°2 was already up then two shards are created on each node. Regards Victor Message original *Sujet: *Re: Setting up a two nodes Sol

Error opening new searcher

2016-05-20 Thread Victor D'agostino
ossible to set the log timestamp "193899678" to a human readable format ? Regards Victor  Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloi

Re: Error opening new searcher

2016-05-20 Thread Victor D'agostino
Hi Shawn Ok I am going to comit less often then. I have planned to set the console log from INFO to WARN but this kind of log was not in the solr.log regular log file ! Regards Victor Message original *Sujet: *Re: Error opening new searcher *De : *Shawn Heisey *Pour

Re: Error opening new searcher

2016-05-23 Thread Victor D'agostino
Hi Erick Thanks for your help, it is alright now. Have a good day Victor Message original *Sujet: *Re: Error opening new searcher *De : *Erick Erickson *Pour : *solr-user *Date : *20/05/2016 17:57 Actually, it almost certainly _is_ in the regular Solr log file, just which

json.nl=arrarr json formating option with the php lib

2016-06-23 Thread Victor D'agostino
Hi guyes I try to add the json.nl=arrarr option in a solr request in addition of wt=json but i can not find how to do this using the php lib. Is there any option or way to create a custom option field ? Regards Victor  Ce message et les éventuels documents joints

Re: json.nl=arrarr json formating option with the php lib

2016-06-23 Thread Victor D'agostino
Hi again Same question for the "indent" parameters i'd like to turn off. Regards Victor Message original *Sujet: *json.nl=arrarr json formating option with the php lib *De : *Victor D'agostino *Pour : *solr-user@lucene.apache.org *Date : *23/06/2016 16:3

Re: json.nl=arrarr json formating option with the php lib

2016-06-23 Thread Victor D'agostino
is ok but the php lib force indent to "on" so the request will looks like json.nl=arrarr&indent=on&indent=off resulting with indentation enabled in contradiction with http://php.net/manual/fr/solrparams.setparam.php which say setParam will erase previous value and add the new o

How to update from Solr Cloud 5.4.1 to 5.5.1

2016-08-26 Thread D'agostino Victor
5.5.1 for a bug fix (https://issues.apache.org/jira/browse/SOLR-8779). How can I do that ? Is there a safe procedure anywhere ? Best regards Victor d'Agostino  Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où

Re: How to update from Solr Cloud 5.4.1 to 5.5.1

2016-08-26 Thread D'agostino Victor
Hi Erick Thanks for your reply. That's what I though but i wasn't sure :) Do you know in which version index format changes and if I should update to a higher version ? And about ZooKeeper ; the 3.4.8 is fine or should I update it too ? Have a good day Victor Messag

SolrIndexSearcher#getDocList() method returns zero results, if query includes tdate range query

2017-04-25 Thread Victor Solakhian
:00:00Z]" Just out of curiosity, I even generated "+valid_date:[XXX TO XXX]" just to see that SolrIndexSearcher#getDocList() method does not check for correct syntax and returns ZERO results. Does anybody know what is happening and what is the proper date format for Lucene range query in v. 5.5.4? Thanks, Victor

Re: SolrIndexSearcher#getDocList() method returns zero results, if query includes tdate range query

2017-04-25 Thread Victor Solakhian
Rick, Solr Admin does not generate a query. I use it just to confirm that the query generated by our code returns results. getDocList() method also does not generate a query, It returns a list of document IDs for the query created by the QueryParser.parse(query,...). method. Thanks, Victor On

Re: SolrIndexSearcher#getDocList() method returns zero results, if query includes tdate range query

2017-04-25 Thread Victor Solakhian
the very > old legacy date format ields used a simple String based encoding that > might have worked) You are right. In Solr 4.5 we had: I will need some time to digest all information you provided. I will let you know. Thank you very much. Victor On Tue, Apr 25, 2017 at 2:45 PM,

Re: SolrIndexSearcher#getDocList() method returns zero results, if query includes tdate range query

2017-04-28 Thread Victor Solakhian
) { log.error("Failed to get LuceneQParser", e); } return qParser; } Thanks again, Victor On Tue, Apr 25, 2017 at 6:19 PM, Victor Solakhian wrote: > Hi Chris, > > I think you are leading me to the right direction. > > I'm not sure how that

Solr does not recognize language

2014-04-29 Thread Victor Pascual
Dear all, I'm a new user of Solr. I've managed to index a bunch of documents (in fact, they are tweets) and everything works quite smoothly. Nevertheless it looks like Solr doesn't detect the language of my documents nor remove stopwords accordingly so I can extract the most frequent terms. I've

Re: Solr does not recognize language

2014-04-29 Thread Victor Pascual
ng it in > a defaults section as follows > > > langid > > > > > On Tuesday, April 29, 2014 3:18 PM, Victor Pascual < > vic...@mobilemediacontent.com> wrote: > Dear all, > > I'm a new user of Solr. I've managed to index a bunch of docum

Re: Solr does not recognize language

2014-05-05 Thread Victor Pascual
Hi, > > solr/update should be used, not /solr/select > > curl 'http://localhost:8983/solr/update?commit=true&update.chain=langid' > > By the way don't you have following definition in your solrconfig.xml? > > > > langid >

Re: Solr does not recognize language

2014-05-05 Thread Victor Pascual
Why this should be a problem? Both files start with On Mon, May 5, 2014 at 11:44 AM, Frankcis wrote: > i think you should check your scheme.xml and solrconfig.xml encoding > format = > utf-8。 > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-does-not-recogniz

Re: Solr does not recognize language

2014-05-05 Thread Victor Pascual
Hi there, I'm indexing my documents using mysolr. I mainly generate a lost of json objects and the run: solr.update(documents_array,'json') On Mon, May 5, 2014 at 1:08 PM, Ahmet Arslan wrote: > Hi Victor, > > How do you index your documents? Your last config look

Re: Solr does not recognize language

2014-05-06 Thread Victor Pascual
should be stored Again, thanks for your help! On Mon, May 5, 2014 at 5:19 PM, Ahmet Arslan wrote: > Hi Victor, > > I don't know mysolr, I assume you are using /update/json, lets add your > chain to defaults section. > > > > > application/json >

Use cases - Production examples: datas, queries, cluster hardware and conf, and statistics

2015-02-12 Thread Victor Rondel
Hi everyone, I am considering moving one or several Solr clusters to production. Although Solr's documentation and community is *great*, I am strongly startled not to find any *complete use-case story* stretching from application(s) needs and data considerations to hardware ones. Indeed, I underst

Multy-tenancy and quarantee of service per application (tenant)

2015-02-12 Thread Victor Rondel
Hi everyone, I am wondering about multy-tenancy and garantee of service in SolrCloud : *Multy-tenant cluster* : Is there a way to *guarantee a level of service* / capacity planning for *each tenant* using the cluster (its *own collections*) ? Thanks,

Streaming search results

2013-04-03 Thread Victor Miroshnikov
Is it possible to stream search results from Solr? Seems that this feature is missing. I see two options to solve this: 1. Using search results pagination feature The idea is to implement a smart proxy that will stream chunks from search results using pagination. 2. Implement Solr plugin with

Re: Search data who does not have "x" field

2013-04-09 Thread Victor Ruiz
Sorry, I didnt explain my self good, I mean , you have to create an additional field 'hasCategory' in your schema, and then, before indexing, set the field 'hasCategory' in the indexed document as true, if your document has categories, or set it to false, if it has any. With this you will save comp

corrupted index in slave?

2013-04-09 Thread Victor Ruiz
Handler.headerComplete(HttpConnection.java:926)\n\tat org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)\n\tat org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)\n\tat org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)\n\tat org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)\n\tat org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)\n","code":500}} Thanks in advance, regards Victor -- View this message in context: http://lucene.472066.n3.nabble.com/corrupted-index-in-slave-tp4054769.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: corrupted index in slave?

2013-04-09 Thread Victor Ruiz
sorry I forgot to say, the exceptions are not for every document, but only for a few... regards, Victor Victor Ruiz wrote > Hi guys, > > I'm getting exceptions in a Solr slave, when accessing TermVector > component and RealTimeGetHandler. The weird thing is, that in the maste

SolrCloud vs Solr master-slave replication

2013-04-12 Thread Victor Ruiz
eplication performance? * In that case, what would have better performance? to maintain a copy of the index in every server, or to use shard servers? * How many shards and replicas would you advice for ensuring high availability? Kind Regards, Victor -- View this message in context: http://lucene

Re: SolrCloud vs Solr master-slave replication

2013-04-15 Thread Victor Ruiz
it could work for us, since our bottleneck appear to be the replication cycles. But another point is, if the indexing occurs in all servers, 1200 updates/min could also overload the servers? and therefore have a worst performance than with master-slave replication? Regards, Victor -- View thi

Re: SolrCloud vs Solr master-slave replication

2013-04-18 Thread Victor Ruiz
Thank you again for your answer Shawn. Network card seems to work fine, but we've found segmentation faults, so now our hosting provider is going to run a full hw check. Hopefully they'll replace the server and problem wil be solved Regards, Victor -- View this message in cont

Re: SolrCloud vs Solr master-slave replication

2013-04-18 Thread Victor Ruiz
Also, I forgot to say... the same error started to happen again.. the index is again corrupted :( -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-vs-Solr-master-slave-replication-tp4055541p4056926.html Sent from the Solr - User mailing list archive at Nabble.com.

MoreLikeThis boosted by Date

2013-03-04 Thread Victor Ruiz
olr/select?qq=itemid:(item1 item2 item3 item4)&qt=dateBoost I've been working with Solr for almost 2 years, and I've not found yet the way to do it, if it exists... but I still wonder if there's any way to get the same output saving the 2nd query. Thanks in advance, Victor -

Solr replication takes long time

2013-03-11 Thread Victor Ruiz
replication is always taking so long., even with a poll time of 2 minutes, when there are only a few megas to replicate. Any idea suggestion about what could be the problem? Thanks in advance, Victor -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replication-takes

Re: Solr replication takes long time

2013-03-11 Thread Victor Ruiz
no, Solr 4.0.0, I wanted to update to Solr 4.1 but I read that there was an issue with the replication, so I decided not to try it for now Mark Miller-3 wrote > Are you using Solr 4.1? > > - Mark > > On Mar 11, 2013, at 1:53 PM, Victor Ruiz < > bik1979@ > > wro

Re: Solr replication takes long time

2013-03-11 Thread Victor Ruiz
nsferrend, the total size is rarely greater than 50MB. Is this info trustable? Victor Mark Miller-3 wrote > Okay - yes, 4.0 is a better choice for replication than 4.1. > > It almost sounds like you may be replicating the full index rather than > just changes or something. 4.0 had a

Re: Solr replication takes long time

2013-03-13 Thread Victor Ruiz
After upgrading to 4.2, the problem is not yet solved, in this image you can see, how slow is the transfer speed. At least, after the update the master is not blocked during replication Any idea? -- View this message in co

Re: Search data who does not have "x" field

2013-03-13 Thread Victor Ruiz
add this to your query, or filter query: q=&fq=-category:[* TO *] another solution would be to add a boolean field, hasCategory, and use it for filtering q=&fq=hasCategory:true Victor anurag.jain wrote > Hi all, > > I am facing a problem. > > Problem is: > >

Re: Solr replication takes long time

2013-03-13 Thread Victor Ruiz
for now, the 2 slaves can handle with no problems all the queries. Regards, Victor -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replication-takes-long-time-tp4046388p4046993.html Sent from the Solr - User mailing list archive at Nabble.com.

High response times after snapshot install

2008-12-29 Thread Victor Hogemann
't go down unless we restart the servers. Our index has more than 20 fields, and the slave servers got some 50hits/sec. We're running it on Weblogic, with 6 Weblogic Nodes/Solr instances per machine, sharing the same index on the filesystem. Any insight on what is happening? Thanks.

Re: High response times after snapshot install

2008-12-30 Thread Victor Hogemann
destroyed? Would it account for the high response times? PS.: Sorry my poor english, I'm not a native speaker :-) Victor Hogemann - Ideais Tecnologia Tel (RJ) +55 +21 3553-1301 (R217) Tel (SP) +55 +11 4063-0443 (R217) Fax +55 +21 3553-1302 Rua da Assembléia, nº 98, 9º andar Centro |

Using Solr's zkcli.sh

2020-09-01 Thread Victor Kretzer
g this set up would be greatly appreciated. Thanks, Victor

RE: Using Solr's zkcli.sh

2020-09-02 Thread Victor Kretzer
Vincent -- Your suggestion worked perfectly. After using chmod I'm now able to use the zkcli script. Thank you so much for the quick save. Victor Victor Kretzer Sitecore Developer Application Services GDC IT Solutions Office: 717-262-2080 ext. 151 www.gdcitsolutions.com -Ori

SolrCloud (6.6.6) SSL Setup - Unable to create collection

2020-09-03 Thread Victor Kretzer
//Solr2:8983/solr} *I've attached logs at the bottom of this email. QUESTIONS: What am I doing wrong and how can I fix it? Was I right to create separate certificates on each of the nodes (one cert on vm1, another cert on vm 2)? Do I need to copy the certs for each node into

RE: SolrCloud (6.6.6) SSL Setup - Unable to create collection

2020-09-04 Thread Victor Kretzer
cates for each node, make sure that on the additional nodes you remove those cert files before adding the files from the first node. I moved mine to a backup folder I created because I wasn't sure what I was trying would work but I think that was unnecessary. Victor -Original Message

Need to update SOLR_HOME in the solr service script and getting errors

2020-09-16 Thread Victor Kretzer
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:709) at org.apache.solr.core.SolrCore.(SolrCore.java:923) Thanks for the help, Victor

RE: Need to update SOLR_HOME in the solr service script and getting errors

2020-09-17 Thread Victor Kretzer
Hi Mark. Thanks for taking the time to explain it so clearly. It makes perfect sense to me now and using chown solved the problem. Thanks again and have a great day. Victor -Original Message- From: Mark H. Wood Sent: Thursday, September 17, 2020 9:59 AM To: solr-user

Setting up SolrCloud Behind Azure Application Gateway

2020-11-12 Thread Victor Kretzer
re reporting healthy on port 8983 with a 302-status code according to the default Backend Health monitor on Application Gateway. I greatly appreciate any help provided. Thanks, Victor

SOLR running on Azure web app/services

2019-07-09 Thread Victor Casas
Hello, is Solr supported on Azure web app or Azure Service? If so, is there any white paper on how to get this done or recommendations/suggestions?? Victor Casas Web Admin

SolrCloud keeps crashing

2020-12-21 Thread Victor Kretzer
My setup: 3 SolrCloud 6.6.6 nodes and 3 zookeeper 3.4.14 nodes running on 3 Azure Ubuntu 18.04 LTS VMs (1 solr/1 zk per machine). My issue: Every few days (1-3 days usually) I come on to find 2 of me 3 nodes down. I'm looking at the logs and not seeing an out of memory error. I do see in the so

Indexing the directory

2009-03-16 Thread Huang, Zijian(Victor)
> Hi, all: > I am new to SOLR, can anyone please tell me what do I do to index > a some text files in a local directory? > > Thanks > > Victor > >

Question about incremental index update

2009-03-18 Thread Huang, Zijian(Victor)
Hi: Is it easy to do daily incremental index update in Solr assuming the index is around 1G? In terms of giving a document an ID to facilitate index update, is it using the URL a good way to do so? Thanks Victor

RE: Question about incremental index update

2009-03-18 Thread Huang, Zijian(Victor)
@lucene.apache.org Subject: Re: Question about incremental index update Victor, Daily updates (or hourly or more frequent) are not going to be a problem. I don't follow your question about document ID and using URL. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Me

Page-Rank algorithm

2009-03-19 Thread Huang, Zijian(Victor)
Hi, Do you guys know if there is some versions of the page-rank algorithm already implemented in Solr(Lucene)? If not, how hard is it to implement. I am trying to improve the ranking relevance for Solr. Thanks Vic

I need to index files larger than 300 Mb, helpme please

2017-03-13 Thread Victor Hugo Olvera Morales
How can I index files with more than 300 MB in weight in solr-6.2.1

Re: Multiple search analyzers on the same field type possible?

2011-10-16 Thread Victor van der Wolf
I don't think this will be a problem. I'll contact you tomorrow directly by email for some details. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-search-analyzers-on-the-same-field-type-possible-tp3417898p3426678.html Sent from the Solr - User mailing list archive