Re: Reading results from FieldCollapsing

2011-09-07 Thread Sowmya V.B.
ethod. Thanks. Sowmya. On Wed, Sep 7, 2011 at 3:17 PM, Sowmya V.B. wrote: > Hi Erick > > > >>does it compile? Are you absolutely sure you've pathed to the proper jar > file? Did you check that the jar file that Eclipse is looking at has been > rebuilt after you got the

Re: Reading results from FieldCollapsing

2011-09-07 Thread Sowmya V.B.
ipse re-indexed the contents of the (new) jar file? > > Perhaps someone with more Eclipse knowledge than me can chime in. > > Best > Erick > > On Wed, Sep 7, 2011 at 9:02 AM, Sowmya V.B. wrote: > > Hi Erick > > > > I was looking the .Java file in the Src folder (...

Re: Reading results from FieldCollapsing

2011-09-07 Thread Sowmya V.B.
s exists, and > the method is available on an instance of that class in an IDE. As I said > I got a copy this morning. > > But 'jar tvf apache-solr-solrj-3.4-SNAPSHOT.jar' won't show you the > method, just the class existence. > > Best > Erick > > On Wed

Re: Reading results from FieldCollapsing

2011-09-07 Thread Sowmya V.B.
1:27 PM, Erick Erickson wrote: > I think it's > getGroupResponse, not > getGroupedResponse > > I was looking at source I just got this morning... > > Best > Erick > > On Wed, Sep 7, 2011 at 3:32 AM, Sowmya V.B. wrote: > > Hi Martjin > > > > Sor

Re: Reading results from FieldCollapsing

2011-09-07 Thread Sowmya V.B.
gt; > ambiguity, Grouping started out as "Field Collapsing", and they are > > used interchangeably. > > > > If you go to the bug I linked to and open up the patch file, you'll > > see the code that implements the grouping in SolrJ, that should > > give you a

Re: Sorting results by Range

2011-09-01 Thread Sowmya V.B.
ts), > followed by all other docs in order of score descending (regardless of the > popularity value) > > perhaps you could post your configs and some sample data in an easy to > consume format (csv?) demonstrating the problem you are seeing? > > -Hoss > -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Reading results from FieldCollapsing

2011-08-31 Thread Sowmya V.B.
t 3.3. > > So, your choices are: > 1> parse the XML yourself > 2> get a current 3x build (as in one of the nightlys) and use SolrJ there. > > Best > Erick > > On Tue, Aug 30, 2011 at 11:09 AM, Sowmya V.B. wrote: > > Hi Erick > > > > Yes, I did see

Re: Reading results from FieldCollapsing

2011-08-30 Thread Sowmya V.B.
_exact > > > Best > Erick > > On Tue, Aug 30, 2011 at 9:25 AM, Sowmya V.B. wrote: > > Hi All > > > > I am trying to use FieldCollapsing feature in Solr. On the Solr admin > > interface, I give "...&group=true&group.field=fieldA" and I can s

Reading results from FieldCollapsing

2011-08-30 Thread Sowmya V.B.
roupValues and thereby other fieldvalues of the documents inside that group? S. -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Grouping and performing statistics per group

2011-08-25 Thread Sowmya V.B.
; male > > > 12353 > 49 > male > > > now I want to group by gender, and let say for the sake of the example, > that > I want to average statistic on the weight. > > Is that possible? I would appreciate if anyone can als

Re: Sorting results by Range

2011-08-24 Thread Sowmya V.B.
ndpoint of the range you care about (20 in this example) > > so if the range of legal values is 0-100, and you care about 10-20 > > sort=map(map(myNumField,0,10,0),20,100,0) desc, score desc > sort=map(map(myNumField,0,10,100),20,100,100) asc, score desc > > > > -Hoss > -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Sorting results by Range

2011-08-23 Thread Sowmya V.B.
ot;-Infinity" and "Infinity" are actaully legal values in functions > (if they aren't you'd need to pick some upper/lower limits) that should > sort any doc where "myNumField" is between 10 and 20 first, with docs > matching "20" sorting at the top a

Re: Sorting results by Range

2011-08-22 Thread Sowmya V.B.
sort them by your aug10-20 dates. > > Best > Erick > > On Mon, Aug 22, 2011 at 10:07 AM, Sowmya V.B. wrote: > > Hi Eric > > > > Let me clarify: > > > > 1) The user gives a query, and also has an option to choose the "from" > and > > "

Re: Sorting results by Range

2011-08-22 Thread Sowmya V.B.
that the results > returned > by relevance contain the range you want, unless you really > do return all the results, possibly thousands to millions of documents. > > > If you used an fq clause, the app could sort the results without executing > another search if you wanted to

Sorting results by Range

2011-08-22 Thread Sowmya V.B.
amp;fl=title%2Cdate&sort=Field1:[20TO 30] asc http://localhost:8080/ir4llsolr/select?indent=on&version=2.2&q=xyz&start=0&rows=10&fl=title%2Cdate&sortBy=Field1:[20TO 30] asc -Does not throw a Syntax error, but does

Re: *:* not returning any documents

2011-08-05 Thread Sowmya V.B.
baker.net > > [send from/wysłano z iPad] > > On 5 sie 2011, at 21:43, "Sowmya V.B." wrote: > > > Hi All > > > > I have a working Solr servlet and a Web Interfact calling this > > servlet...with a well sized index. > > I don't remember cha

*:* not returning any documents

2011-08-05 Thread Sowmya V.B.
cific text does return all documents relevant to that query. although this issue does not affect my application, i just got curious as to what is happening. Any suggestions, from anyone? S. -- Sowmya V.B. Losing optimism is blasphemy!

Removing the unwanted Debug messages - Wire.java

2011-07-26 Thread Sowmya V.B.
ith this, since the source of Wire.java, I guess, is not accessible? S -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Getting a wierd Class Not Found Exception: SolrParams

2011-07-25 Thread Sowmya V.B.
but do you make all the jars you path to during compilation available > to your servlet? And/or do you have any old jar files in your classpath? > > Best > Erick > > On Thu, Jul 21, 2011 at 3:00 AM, Sowmya V.B. wrote: > > Hi All > > > > I have been getting th

Getting a wierd Class Not Found Exception: SolrParams

2011-07-21 Thread Sowmya V.B.
util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) Anyone had this kind of issue before? -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
Field1:[20 TO 30] to have > more score, right? > > On Wed, Jul 20, 2011 at 10:53 AM, Sowmya V.B. wrote: > > > Hi Tomas > > > > Here is what I was trying to give. > > > > > > > http://localhost:8085/apache-solr-3.3.0/select?indent=on&version=2

Reading Solr's JSON

2011-07-20 Thread Sowmya V.B.
Hi All Which is the best way to read Solr's JSON output, from a Java code? There seems to be a JSONParser in one of the jar files in SolrLib (org.apache.noggit..)...but I dont understand how to read the parsed output in this. Are there any better JSON parsers for Java? S -- Sowmy

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
ou specify at least the "qf" parameter for > dismax. You can activate debugQuery and you'll see which documents get > boosted and which aren't. > > On Wed, Jul 20, 2011 at 9:21 AM, Sowmya V.B. wrote: > > > Hi Tomasso > > > > Thanks for a quick response.

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
lt operator is AND) or adding another way of matching the query > (if your default operator ir OR, you can have documents in your result set > that only matched the range query, and this is not what the user wanted). > > Hope this helps, > > Tomás > > On Wed, Jul 20, 2011 at

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
o mean, from the results. Because, i get top1 result as a document where field1 is 40..in this case..after using &bq clause. I increased the boost to 10,20,50 100..but the results dont change at all. S. On Tue, Jul 19, 2011 at 4:28 PM, Sowmya V.B. wrote: > Hi > > Is query time boosting

query time boosting in solr

2011-07-19 Thread Sowmya V.B.
art=0&rows=10 -This still worked and gave me different results. But, I did not quite understand what this second query meant. Does it mean: "Rank those documents with field1 value in 10-30 better than those without" ? S -- Sowmya V.B. -

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-14 Thread Sowmya V.B.
of 100 Docs with all the UIMA fields. So, I am hoping that this is going to work for bigger set of documents! Thanks for all the suggestions over the past few days!! S On Thu, Jul 14, 2011 at 11:48 AM, Tommaso Teofili wrote: > 2011/7/13 Sowmya V.B. > > > Hello Tomasso > >

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
> > suppose > > it's possible that the "required fields" check happens *before* the UIMA > > stuff happens, but since I know so little about UIMA that's a blind guess > > at best... > > > > Anyone with real knowledge want to chime in here? > > > &g

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
t the error message could be more > informative). So it sounds like things are behaving as I'd expect, your > documents just don't contain the required fields. > > Best > Erick > > On Wed, Jul 13, 2011 at 4:54 AM, Sowmya V.B. wrote: > > Hi All > > > >

(Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
ng that I need to do apart from saying: UpdateResponse response = server.add(docs); (where docs is a collection of documents, without UIMA indexing.) My understanding is that the UIMA annotation happens after calling the server.add(docs). Is that right? S. -- Sowmya V.B. -

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
type org.apache.uima.cas.FeatureStructure does not take parameters [javac] FeatureStructure fs = iterator.next(); Any ideas if UIMA class definitions changed dramatically? I used 2.2.0...and the present one which came with Solr 3.3 seems to be 2.3.1. Sowmya. On Tue, Jul 12, 2011 at 2:13 PM, Sowmya V.B.

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
you put it inside /update, but still > tried to use /update/javabin ? > > > koji > -- > http://www.rondhuit.com/en/ > > > (11/07/12 16:10), Sowmya V.B. wrote: > >> Yes, I do have an '/update/javabin' request handler in SolrConfig. >> >> But, should

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
ed log? S. On Tue, Jul 12, 2011 at 2:39 AM, Koji Sekiguchi wrote: > I don't think you have wrong setting in UIMA, but you may have the request > handler > named "/update/javabin" in solrconfig.xml is not correct? > > > koji > -- > http://www.rondhuit.com/en/

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
ese annotators inside >> SolrConfig.? >> > > I don't think so. Try it and if you got errors, come back to this list! > > > koji > -- > http://www.rondhuit.com/en/ > -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
"name" feature of fieldNameFeature value is used for field name in > dynamicField. > > > koji > -- > http://www.rondhuit.com/en/ > > (11/07/11 21:54), Sowmya V.B. wrote: > >> Hi Koji >> >> Thanks a lot for the examples. Now, I was able to compile a JAR

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
page. > Can you visit and look at it again? > > > koji > -- > http://www.rondhuit.com/en/ > > (11/07/09 2:29), Sowmya V.B. wrote: > >> Hi Koji >> >> Thanks. I have checked out the code and began looking at it. The code >> examples gave me an idea

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Sowmya V.B.
1 at 4:07 PM, Koji Sekiguchi wrote: > (11/07/08 16:19), Sowmya V.B. wrote: > >> Hi Koji >> >> Thanks for the mail. >> >> Thanks for all the clarifications. I am now using the version 3.3.. But, >> another query that I have about this is: >> How can I add a

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Sowmya V.B.
Fri, Jul 8, 2011 at 2:03 AM, Koji Sekiguchi wrote: > (11/07/07 18:38), Sowmya V.B. wrote: > >> Hi >> >> I am trying to add UIMA module in to Solr..and began with the readme file >> given here. >> https://svn.apache.org/repos/**asf/lucene/dev/tags/lucene_** >&g

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-07 Thread Sowmya V.B.
Can someone help me with this please? I am not able to understand from the readme.txt file provided in the trunk...how to plugin my own annotator in to solr. Sowmya. On Thu, Jul 7, 2011 at 11:38 AM, Sowmya V.B. wrote: > Hi > > I am trying to add UIMA module in to Solr..and began

(Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-07 Thread Sowmya V.B.
;-- - For example, in this snippet from the link: -what does "feature" mean and what does "field" mean? I did not understand the fieldmapping tag right and did not find any help in previous mails. Hence, mailing t

Re: indexing but not able to search

2011-07-07 Thread Sowmya V.B.
:24 AM, Ahmet Arslan wrote: > > Thanks for the mail. > > But, just a clarification: changing the field type in > > schema means I have to > > reindex to check if this works, right? > > Yes. restart servlet conta

Re: indexing but not able to search

2011-07-07 Thread Sowmya V.B.
tokenized. > > > > marking them indexed="true" will make them searchable but they will be > indeed verbatim. > > Try using text_en for example. > > > > > --- On Thu, 7/7/11, Sowmya V.B. wrote: > > From: Sowmya V.B. > Subject: Re: indexing

Re: indexing but not able to search

2011-07-06 Thread Sowmya V.B.
uot; or some such. > 2> your default search field is "title" (see schema.xml).. > > Best > Erick > > On Wed, Jul 6, 2011 at 12:47 PM, Sowmya V.B. wrote: > > Hi Eric > > > > 1)Default field in schema.xml : "text", which is the field > >

Re: indexing but not able to search

2011-07-06 Thread Sowmya V.B.
shows up in the admin page when you search for everything? > > It would help a lot if you'd provide some more detailed information, > please review: http://wiki.apache.org/solr/UsingMailingLists, > > Best > Erick > > On Wed, Jul 6, 2011 at 12:10 PM, Sowmya V.B. wro

Re: indexing but not able to search

2011-07-06 Thread Sowmya V.B.
ck > > On Wed, Jul 6, 2011 at 11:08 AM, Sowmya V.B. wrote: > > Hi Denis > > > > I got my answer. > > I should have added * > > in the defaults list. > > > > Sowmya. > > > > On Wed, Jul 6, 2011 at 3:57 PM, Sowmya V.B. wrote: > > > &

Re: indexing but not able to search

2011-07-06 Thread Sowmya V.B.
Hi Denis I got my answer. I should have added * in the defaults list. Sowmya. On Wed, Jul 6, 2011 at 3:57 PM, Sowmya V.B. wrote: > Hi > > Url I am using to search: > > http://localhost:8080/apache-solr-3.3.0/select/?q=time&version=2.2&start=0&rows=10&indent=on

Re: indexing but not able to search

2011-07-06 Thread Sowmya V.B.
I am missing, on the querying > > config part? > > > Sowmya. > > Show your solrconfig.xml, and url you are querying to select results > > -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

indexing but not able to search

2011-07-06 Thread Sowmya V.B.
me if there is anything I am missing, on the querying config part? Sowmya. -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Where does the integration happen inside Solr? (Solr-UIMA)

2011-07-06 Thread Sowmya V.B.
comes during the update response. Please correct me if I am wrong. Sowmya. -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Different Indexing formats for Older Lucene versions and Solr?

2011-07-05 Thread Sowmya V.B.
I was using 2.4 or 2.5. It was a 2yr old Lucene version. On Tue, Jul 5, 2011 at 10:07 AM, Tommaso Teofili wrote: > Which Lucene version were you using? > Regards, > Tommaso > > 2011/7/5 Sowmya V.B. > > > Hi All > > > > A quick doubt on the index files of Luc

Different Indexing formats for Older Lucene versions and Solr?

2011-07-05 Thread Sowmya V.B.
to use my old lucene index in the new Solr application? Sowmya. -- Sowmya V.B. Losing optimism is blasphemy! http://vbsowmya.wordpress.com

Re: Problems using Solr with UIMA

2011-07-04 Thread Sowmya V.B.
r had such errors. Iam new to IDE usage than Solr. So, I don't understand the path errors :( S On Mon, Jul 4, 2011 at 3:41 PM, Sowmya V.B. wrote: > Hello Tomasso > > It was indeed a relative path issue inside eclipse. I key-ed in the total > path instead of ../../ and it ran

Re: Problems using Solr with UIMA

2011-07-04 Thread Sowmya V.B.
g the webapp from inside > Eclipse I wonder if that's a classpath problem related to Eclipse. > Hope this helps, > Tommaso > > > > [1] : > > https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/README.txt > > > 2011/7/4 Sowmya V

Re: Problems using Solr with UIMA

2011-07-04 Thread Sowmya V.B.
g the solr-uima jar. > Otherwise it may be some configuration error. > By the way, which version of Solr are you using ? I ask since you're seeing > README for trunk but you may be using Solr jars with different versions. > Cheers, > Tommaso > > 2011/7/4 Sowmya V.B. > > &

Problems using Solr with UIMA

2011-07-04 Thread Sowmya V.B.
class 'org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory' But, the class does exist in the JAR snapshot created from the solr/contrib/uima. Any suggestions? I did search the past archives, but did not find anything addressing this particular error... S. --