Re: SolrCloud war context name?

2012-05-26 Thread Marcelo Carvalho Fernandes
. Change solr.war's application Context with 4. http://localhost:8080/solr/ should show two links: *Solr Admin core0* and *Solr Admin Core1*. Of course more cutomizations are avilable. This is just the simplest thing to do. Let me know if it works. Marcelo Carvalho Fernandes +

Re: SolrCloud war context name?

2012-05-26 Thread Marcelo Carvalho Fernandes
Why not using multicore? Marcelo Carvalho Fernandes +55 21 8272-7970 On Sat, May 26, 2012 at 12:56 PM, Darren Govoni wrote: > Hi, > I am running my solrcloud nodes in an app server deployed into the > context path 'solr' and zookeeper sees all of them. I want t

Re: Solritas in production

2012-05-07 Thread Marcelo Carvalho Fernandes
tas, consider having a Varnish in front of it. Anything else? What do you think? --------- Marcelo Carvalho Fernandes On 7 May 2012 06:51, "Jan Høydahl" wrote: > Hi, > > Like wunder said, restricting URLs still requires physical access to the > app-server, and

Re: Solritas in production

2012-05-06 Thread Marcelo Carvalho Fernandes
d not be directly exposed and he would not need to develop a PHP site/application. Maybe a Varnish layer would be even better as he has 1.000.000+ pageviews a day. Again, no PHP in this scenario. What's your opinion about both solutions? Thanks in advance, ---- Marcelo Carvalho Fernandes +

Re: need help to integrate SolrJ with my web application.

2012-04-18 Thread Marcelo Carvalho Fernandes
3). This email and any files transmitted with it are confidential and may be legally privileged, and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This email message has been swept for the presence of computer viruses. > > -- Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786

Re: remoteLink that change it's text

2012-04-13 Thread Marcelo Carvalho Fernandes
Sorry! Wrong list! Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786 On Fri, Apr 13, 2012 at 10:54 PM, Marcelo Carvalho Fernandes < mcf2...@gmail.com> wrote: > Hi! > > I have the following gsp code... > > > > id="

remoteLink that change it's text

2012-04-13 Thread Marcelo Carvalho Fernandes
e ' in order to achieve that. Of course, I'm new to gsp tags. Any idea? Thanks in advance, Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786

Re: Python and solr - Should I give up on this?

2012-04-08 Thread Marcelo Carvalho Fernandes
Don't forget you can alway access Solr using HTTP calls. You don't need any specific Solr client. That of course will depend on the level of integration you want because in some cases you'll need to make the calls for your own. Marcelo Carvalho Fernandes +55 21 8272-7970 +

Re: alt attribute img tag

2012-04-05 Thread Marcelo Carvalho Fernandes
LUCION > > http://www.uci.cu > http://www.facebook.com/universidad.uci > http://www.flickr.com/photos/universidad_uci -- Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786

Re: Position Solr results

2012-04-01 Thread Marcelo Carvalho Fernandes
Try using the "score" field in the search results. --- Marcelo Carvalho Fernandes On Friday, March 30, 2012, Manuel Antonio Novoa Proenza < mano...@estudiantes.uci.cu> wrote: > > > > > > Hi > > I'm not good with English, and for this reason I

Re: index the links having a certain website

2012-04-01 Thread Marcelo Carvalho Fernandes
Hi Manuel, Do you mean you need to index html files? What kind of search do you image doing? --- Marcelo Carvalho Fernandes On Friday, March 30, 2012, Manuel Antonio Novoa Proenza < mano...@estudiantes.uci.cu> wrote: > > > > > > Hello > > I'm not good with Eng

Re: First steps with Solr

2012-03-27 Thread Marcelo Carvalho Fernandes
I've had the same problem and my solution was to... #set($pName = "#field('name')") #set($pName = $pName.trim()) Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786 On Mon, Mar 26, 2012 at 3:24 PM, henri.gour...@laposte.net < henri.gour...@laposte.n

Re: Indexing Source Code

2012-03-26 Thread Marcelo Carvalho Fernandes
ere to start... I think I need to parse it to get XML for > Solr. Do I need Tinka? Is there any Parser I could use? > > I want to index functions, variables and function calls as well as > commentaries. > > Can somebody show me to a starting point? > > Thanks > Bastian

Re: Faceted range based on float within velocity not working properly

2012-03-24 Thread Marcelo Carvalho Fernandes
t;,"))) #end $math.toDouble($math.add($gapval,$inval2))## #else $math.add($inval,$gapval)## #end #end Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786 On Sat, Mar 24, 2012 at 9:12 AM, Marcelo Carvalho Fernandes < mcf2...@gmail.com> wrote: > Hi all! > >

Re: Faceted range based on float within velocity not working properly

2012-03-24 Thread Marcelo Carvalho Fernandes
ace(".",","))) #set($gapval2 = $gapval) #else #set($inval2 = $inval) #set($gapval2 = $math.toDouble($gapval2.replace(".",","))) #end $math.toDouble($math.add($gapval,$inval2))## #else $math.add($inval,$gapval)## #end #end Thanks in advance. Marcelo C

Re: Faceted range based on float within velocity not working properly

2012-03-23 Thread Marcelo Carvalho Fernandes
Velocity problema or somewhere between them. May it be something related to my local/regional settings or so? I ask that because in BRL (Brazilian Real) the currency format we use is something line R$1.234,56. Any idea? ---- Marcelo Carvalho Fernandes +55 21 8272-7970 +55 21 2205-2786 On Thu, Ma