)
);
Above code returns only sorted result based on packageId, but its not
sorting with id
My requirement is I need to get last inserted post first and same time
I want to group the packages based on some priority
Regds
dhanesh s.r
On 12/27/2010 5:09 PM, Ahmet Arslan wrote:
Here is the query
$additionalParameters
= array(
'facet'=>'true',
'facet.field'=>array('category','subcategory','district'),
'fl'=>'name,category,package,district,score,city,description,id',
'fq'=>array('ca
On 12/27/2010 5:15 PM, Ahmet Arslan wrote:
id field is the unique field (
id)
Okey, but what is its type? There should be something like
n1,sortId',
'fq'=>array('category1:'.$_GET['searchCategory'],'district:'.$_GET['location']),
'sort'=>array('sortId desc','packageId desc')
);
$results = $solr->search($queries, $start,
MAX_ROWS,$additionalParameters );
I appreciate you for the effort that you are spending for me.
regds
dhanesh
On 12/27/2010 6:19 PM, Ahmet Arslan wrote:
Its an intiger like 1293452485. I changed the solr schema
as you specified
Restarted the solr server.
First sort field sortId desc is working but the second sort
field packageId desc is not working
Then make packageId tint too, like sortId.
By t
On 12/27/2010 7:03 PM, Ahmet Arslan wrote:
f d
Yes exactly you said it.
It worked
Thanks Ahmet
Here is the working code 'sort'=>array('packageId desc, sortId desc')
Thanks
dhanesh s.r
oved the leading and trialing space from the slashes it
worked (like 'Computer/IT')
The field that I specified for category is type="string" indexed="true" stored="true" />
Any clue???
dhanesh s.r
I changed the category 'Computer/IT' (note that I removed the
space from the both sides of forward slash). and again I indexed to
solar.This time I got the result.
But my requirement is to index the category as 'Computer / IT' (with
space in both side of /)
dhanesh
On 1/6/2011 2:06 PM, Grijesh.singh wrote:
check with debugQuery=on and also with analysis.jsp ,what happening with your
query term and indexed terms.
-
Grijesh
When I debug the query, I got the parsedquery as category:Computer
Here is debugged output
category:Computer / IT
category:Comp
cond query removed and only category:Computer is showing
use your query as
category:"Computer / IT"
-
Grijesh
Hi Grijesh.singh
It worked... :) You helped me to fix this issue.
Thanks a lot
cheers
dhanesh s.r
lso worked..
But along with the facet result I got the other cities under the
district B too with its count 0.
What I need in my facet result is the cities(x and y only) under district A.
No need to show the cities under the district B.
Anybody have any suggestions???
Regds
dhanesh
olrQuery solrQuery = new
SolrQuery("district:A").addFacetField("city").setFacetMinCount(1)
-Original Message-
From: dhanesh [mailto:dhan...@hifx.net]
Sent: 14 January 2011 10:17
To: solr-user@lucene.apache.org
Subject: facet result issue
Hi,
I've a trouble in facet s
of data(10 million records) is copying from Master
to slave?
This is my first work with Solr. So I'm not sure how to tackle this issue.
Regds
dhanesh s.r
Hi
I have faced the same problem and I solved it by adding double quotes
dhanesh s.r
On 2/23/2011 7:47 PM, Erik Hatcher wrote:
Try -
fq={!field f=category}
You can also try surrounding with quotes, but that gets tricky and you'll need
to escape things possibly. Or you could s
h field packageWeight, this doc comes first.
Is there any way to resolve this issue??
Or at least is there any way to remove certain fields from the sort, but
not from search.
Regards
dhanesh s r
--
--
IMPORTANT: This is an e-mail from HiFX IT Media Services Pvt. Ltd
Day Care/Play School (Category)
Is there any way to build like this ??
--
[image: hifx_logo] <http://hifx.in/>
*dhanesh s.R *
Team Lead
t: (+91) 484 4011750 (ext. 712) | m: (+91) 99 4 703
e: dhan...@hifx.in | w: www.hifx.in
<https://www.facebook.com/HiFXIT> <https://twitter.com/Hi
n 4, 2015 at 10:40 AM, Walter Underwood
wrote:
> Configure two suggesters, one based on each field. Use both of them and
> you’ll get separate suggestions from each.
>
> wunder
> Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/ (my blog)
>
>
> > > allows you to use them concurrently.
> > >>> > > > > But can be a really nice extension to develop.
> > >>> > > > >
> > >>> > > > > 2) If you don't care where the suggestions are coming from,
> > just
&g
multiple
suggesters
I'm using SOLR 5.1
Regards
dhanesh s.r
On Thu, Jun 4, 2015 at 11:33 AM, Erick Erickson
wrote:
> Yes, this might help: http://lucidworks.com/blog/solr-suggester/
>
> Best,
> Erick
>
> On Wed, Jun 3, 2015 at 10:32 PM, Dhanesh Radhakrishnan
> wrote:
&
> > > > > > >> >> Regards,
> > > > > > > >> >> Edwin
> > > > > > > >> >>
> > > > > > > >> >>
> > > > > > > >> >> On 4 June
;: 0,
- "start": 0,
- "docs": [ ]
}
}
Is there anything that I missed ???
Can anybody help me in solving this issue with solr spatial search.
I'm using Solr 4.4.0
Added an additional dependency JTS jar file for the support of polygon
/lib/ext/jts-1.13.jar
--
*dhanesh s.r*
ime": 9
ResponseHeader": {
"status": 0,
"QTime": 9
},
When I used "Intersects"
responseHeader": {
"status": 0,
"QTime": 26
}
Thank you so much
Regards
dhanesh s.r
uot;facet": {
"time": 0
},
"mlt": {
"time": 0
},
"highlight": {
"time": 0
},
"stats": {
"time": 0
lr config
haSuggester
AnalyzingInfixLookupFactory
textSpell
DocumentDictionaryFactory
name
packageWeight
true
true
10
suggest
Can any one suggest where t
; I would recommend against using buildOnCommit=true - with a large index
> this can be a performance-killer. Instead, build the index yourself using
> the Solr spellchecker support (spellcheck.build=true)
>
> -Mike
>
>
> On 01/13/2015 10:41 AM, Dhanesh Radhakrishnan wrote:
ge is that we can avoid the rebuilt index on every commit or
optimize.
Is this the right way ?? or any that I missed ???
Regards
dhanesh s.r
On Thu, Jan 15, 2015 at 3:20 AM, Michael Sokolov <
msoko...@safaribooksonline.com> wrote:
> did you build the spellcheck index using spellch
text_suggest
DocumentDictionaryFactory
categoryAutoComplete
categoryRank
false
false
/dictionary/category
true
false
In schema.xml
http://lo
@Paras Lehana.. Thanks for the reply
Yes "and" is present in the stop words list.
Dhanesh S.RSenior Technical Leade : dhan...@hifx.co.in | w : www.hifx.in712
t : (+91) 484 4011750
m : (+91) 994 666 6703
On Fri, Jan 10, 2020 at 3:07 PM Paras Lehana
wrote:
> Hi Dhanesh,
&
text exact field for search.
Here is the field definition
Is there any solutions without changing the tokenizer class.
Dhanesh S.R
--
IMPORTANT: This is a
29 matches
Mail list logo