Hi
Is it possible to get number of groups that matched with specified query.
like let say there are three fields in index
DocumentID
Content
Industry
and now i want to query as +(Content:is Content:the)
group=true&group.field=industry
now is it possible to get how many industries matched wit
: Jayendra Patil
To: solr-user@lucene.apache.org; Ahson Iqbal
Cc:
Sent: Tuesday, September 13, 2011 10:55 AM
Subject: Re: question about Field Collapsing/ grouping
The time we implemented the feature, there was no straight forward solution.
What we did is to facet on the grouped by field and
Hi
As we do join two or more tables in sql, can we join 2 or more indexes in solr
as well. if yes than in which version.
Regards
Ahsan
Hi
I have indexed some 1M documents, just for performance testing. I have written
a query parser plug, when i add it in solr lib folder under tomcat wepapps
folder. and try to load solr admin page it keeps on loading and when I delete
jar file of query parser plugin from lib it works fine. but
Hi
I have 3 solr3.4.0 indexes i want to merge them, after searching on web i found
that there are two ways to do it as
1. Using Lucene Merge tool.
2. Merging through core admin
i am using the 1st method for this i have downloaded lucene 3.4.0 and unpack it
and then run following command on com
-Original Message-
> From: Ahson Iqbal [mailto:mianah...@yahoo.com]
> Sent: Friday, September 30, 2011 2:45 AM
> To: Solr Send Mail
> Subject: Lucene 3.4.0 Merging
>
> Hi
>
> I have 3 solr3.4.0 indexes i want to merge them, after searching on web i
> found that t
"
org/apache/lucene/misc/IndexMergeTool ./newindex ./app1/solr/data/index
./app2/solr/data/index
Steve
> -Original Message-
> From: Ahson Iqbal [mailto:mianah...@yahoo.com]
> Sent: Saturday, October 01, 2011 12:51 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Lucene 3
ucene/misc/IndexMergeTool ./newindex ./app1/solr/data/index
./app2/solr/data/index
If that doesn't work, tell us about your environment: operating system, java
version and vendor.
Steve
> -Original Message-----
> From: Ahson Iqbal [mailto:mianah...@yahoo.com]
> Sent: Sunday, Octob
Hi All
When i query solr with page size less than equal 75 it works fine but as my
page size increases let say 100 the following exception is generated
An existing connection was forcibly closed by the remote host. but nothing is
logged in tomcat logs
I googled this issue but did not found an
Hi Pravesh
I tried searching on local host but still same error appears.
Regards
Ahsan
From: Pravesh
To: solr-user@lucene.apache.org
Sent: Wednesday, October 12, 2011 5:17 PM
Subject: Re: Problem while getting more than 100 records from solr 1.4.1
Not necessari
Hi
I have a multivalued field say "MulField" in my index that have values in a
document like
1
Auto Mobiles
Toyota Corolla
No let say I specified a search criteria as
+MulField:Mobiles +MulField:Toyota
now my question is it is possible that this document should not appear in the
Hi
I want to setup replication, and have 2 question regarding it
1st i am having issue in configuring replication, I have done all as mentioned
http://wiki.apache.org/solr/SolrReplication at master server but whenever I
tried to open the url in browser
http://localhost:8983/solr/replication
solr-user@lucene.apache.org; Ahson Iqbal
Sent: Friday, December 23, 2011 8:43 PM
Subject: Re: Configuring Replication
We need some more details. It might help to review:
http://wiki.apache.org/solr/UsingMailingLists
I don't even know how to go about trying.
Are you clicking on the master? S
Hi Ahmet
Thank you for your response
both of the following urls
http://localhost:8983
http://localhost:8983/solr
are working
and also it is not a multi core setup.
Regards
Ahsan
From: Ahmet Arslan
To: solr-user@lucene.apache.org; Ahson Iqbal
Sent
Hi Ahmet
Same issue, one more thing i am using solr 1.4.1 with tomcat 7.0
Regards
Ahsan
From: Ahmet Arslan
To: solr-user@lucene.apache.org; Ahson Iqbal
Sent: Tuesday, December 27, 2011 2:51 PM
Subject: Re: Configuring Replication
> Thank you for y
Hi All
I have an issue in highlighting that if i query solr on more than one fields
like "+Contents:risk +Form:1" and even i specify the highlighting field is
"Contents" it still highlights risk as well as 1, because it is specified in
the
query.. now if i split the query as "+Contents:risk" i
Hi Koji
thank you very much it really works
From: Koji Sekiguchi
To: solr-user@lucene.apache.org
Sent: Fri, September 17, 2010 7:11:31 PM
Subject: Re: Solr Highlighting Issue
(10/09/17 16:36), Ahson Iqbal wrote:
> Hi All
>
> I have an issue in hig
hi all
I have a question related to sorting of date field i have Date field that is
indexed like a string and look like "5/2/2008 4:33:30 PM" i want to do sorting
on this field on the basis of date, time does not matters. any suggestion how
i
could ignore the time part from this field and
Hi All
I want to index a large number of pdf documents i have found a reference by
searching on Google that it could be done by apache tika project, but
unfortunately i didn't find any refernce stating how to configure apache tika
with solr. Can any body state how I could do this i have downloa
Hi All
I m new to solr extract request handler, i want to index pdf documents but when
i submit document to solr using curl i got following exception
Document [Null] missing required field DocID
my curl command is like
curl
"http://localhost:8983/solr1/update/extract?literal.DocID=123&fma
hi All
I have a question that how could somebody get term frequency as we do get in
lucene by the following method DocFreq(new Term("Field", "value")); using
solr/solrnet.
hi all
I have question is it possible to perform a phrase search with wild cards in
solr/lucene as if i have two queries both have exactly same results one is
+Contents:"change market"
and other is
+Contents:"chnage* market"
but i think the second should match "chages market" as well but i
Hi
A simple solution to this could be, for all such searches (foo and bar), search
them as it is from 1st(primary index) and while sending these queries to
secondary index replace and with or.
But in this particular scenario u could also have problem with proximity and
phrase queries that is
Hi All
I want to integrate Surround Query Parser with solr, To do this i have
downloaded jar file from the internet and and then pasting that jar file in
web-inf/lib
and configured query parser in solrconfig.xml as
now when i load solr admin page following exception comes
org.apache.solr.co
Hi All
I want to integrate lucene Surround Query Parser with solr 1.4.1, and for that
I
am writing Custom Query Parser Plugin, To accomplish this task I should write a
sub class of "org.apache.solr.search.QParserPlugin" and implement its two
methods
public void init(NamedList nl)
public QPar
25 matches
Mail list logo