Problem about range search

2012-04-08 Thread ZHANG Liang F
Hi, I ran into a problem when trying range facet search. I had a schema define like this: I try to set up a range search on "size" field which stands for the size of a file. So I have the following requestHandler config in solrconfig.xml: after size 0 15728640

Is it possible to grouping solr results by their domain ?

2012-04-08 Thread hadi
I have crawled many site with nutch and using solr 3.4 to browse the results but i want to group the result by their domain. for example if i search one site like "tabnak" the first result only contain the http://tabnak.ir and do not show the other result from that domain. for example i want to i

Question on using dynamic fields

2012-04-08 Thread Rakesh Varna
Hello Solr-users, I am trying to index xml files which have the following tags: (I am using Solr 3.5 on Tomcat) 0.98 0.767 . .. .. .. 0.2873 The numbers after "theta" are not a continuous sequence and I do not know how many such tags are there. I thought this was a good candidate for dyn

Re: Two questions about the Ngramtokenizerfactory

2012-04-08 Thread neosky
neosky wrote > > I use the solr 3.5 version > 1. It seems that the Ngramtokenizerfactory only token the first 1024 > characters. I search the problem on the Internet, somebody had noticed the > bug in 2007, but I can't find the solution. > ps: my max field length has been modified > 5 > Thi

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 +55 21 2205-2786 On