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
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 (...
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
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
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
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
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
_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
roupValues and thereby other fieldvalues of the documents
inside that group?
S.
--
Sowmya V.B.
Losing optimism is blasphemy!
http://vbsowmya.wordpress.com
; 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
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
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
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
> > "
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
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
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
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!
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
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
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
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
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
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.
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
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
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.
-
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
> >
> > 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
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
> >
> >
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.
-
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.
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
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/
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
"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
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
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
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
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
;--
- 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
: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
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
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
> >
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
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:
> >
> &
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
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
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
comes during the update response.
Please correct me if I am wrong.
Sowmya.
--
Sowmya V.B.
Losing optimism is blasphemy!
http://vbsowmya.wordpress.com
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
to use my old lucene index in the new Solr application?
Sowmya.
--
Sowmya V.B.
Losing optimism is blasphemy!
http://vbsowmya.wordpress.com
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
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
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.
>
> &
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.
--
55 matches
Mail list logo