Basically i see it is looking up the cache and getting a hit, but it still
seems to be collecting all the documents again.
Thanks,
Rohit
On Thu, Aug 1, 2013 at 4:37 PM, Rohit Harchandani wrote:
> Hi,
> I did finally manage to this. I get all the documents in the post filter
> and
fields to
the docs using DocTransformer ?
Thanks,
Rohit
year_2004, year_2005, end_2005
schoolNameWithTermOriginal:Canterbury University||2001-2005
Please suggest if its a correct approach or there is a better way to do the
same.
I am using Solr 4.3.
Thanks,
Rohit Kumar
*
0.0
0.0
0.0
5.0
143.0
Please help.
Thanks,
Rohit Kumar
i.e. should return me only doc id 1.
Thanks,
Rohit Kumar
s.
>
> You must flatten your data your data to achieve any correspondence.
>
> Multivalued field are a powerful feature of Solr, but you must be
> extremely careful to use them only in moderation.
>
> -- Jack Krupansky
>
> -Original Message- From: Rohit Kuma
seem to work:
&fq={!cache=false cost=200}field:value
Thanks,
Rohit
of ids that the post filter is receiving reduces.
Thanks,
Rohit
On Tue, Oct 8, 2013 at 8:29 PM, Erick Erickson wrote:
> Hmmm, seems like it should. What's our evidence that it isn't working?
>
> Best,
> Erick
>
> On Tue, Oct 8, 2013 at 4:10 PM, Rohit Harchandani
>
Rohit
On Wed, Oct 9, 2013 at 4:14 PM, Erick Erickson wrote:
> Ah, I think you're misunderstanding the nature of post-filters.
> Or I'm confused, which happens a lot!
>
> The whole point of post filters is that they're assumed to be
> expensive (think ACL calculation)
fields were downloaded to the temp
folder, but it was never pulled into the index directory on the slave. The
only file which made it was the lock file. This problem does not happen
anymore?
Thanks,
Rohit
Need help to figure out the error below.
*Code Snippet*:
public class ConnectionComponent extends SearchComponent {
@Override
public void process(ResponseBuilder rb) throws IOException {
NamedList nList = new SimpleOrderedMap();
NamedList nl= new SimpleOrderedMap();
List ld =
le.
I have mentioned the first entity as the root entity and have given the
threads parameter as 4. I can attach the file if required if you need to
understand better.
Any help would be appreciated.
Regards,
Rohit K
document.
Regards,
Rohit
From: Chris Hostetter
To: solr-user@lucene.apache.org
Sent: Thu, 19 May, 2011 6:16:53 AM
Subject: RE: Solr Range Facets
: Thanks for explaining the point system, please find below the complete
Sorry .. that part was ment to be a joke
-04 11:25:26
How can i determine why this is happening and how can I improve this. During
all
our test on the local server before the migration we could index 5 million
records in 4-5 hrs, but now its taking too long on the live server.
Regards,
Rohit
a bit faster
now. Are there any more tweeking i can do?
Also, planning to move to master-salve model, but am failing to understand
where
to start exactly.
Regards,
Rohit
From: lee carroll
To: solr-user@lucene.apache.org
Sent: Sun, 5 June, 2011 4:59:44 AM
Subjec
Thanks Faud,
Have started working optimizing my Database structure, since the tables are
huge
in terms of records, optimization is taking time.
Will update the results when complete.
Regards,
Rohit
From: Fuad Efendi
To: "Solr-User@Lucene. Org"
at least the stats
show that.
What could be wrong?
Thanks,
Rohit
, Jun 6, 2011 at 11:24 AM, Rohit Gupta wrote:
> Hi,
>
> I have configured my master slave server and everything seems to be running
> fine, the replication completed the firsttime it ran. But everytime I go the
>the
> replication link in the admin panel after restarting the serve
. Deleted 0 documents.
What can be causing this, I have tried looking for a reason or a way to improve
this, but am just not able to find. At this rate my documents would never get
indexed, given that I have more than 100,000 records coming into the database
every hour.
Regards,
Rohit
)
What may be causing this I am not able to figure out.
Regards,
Rohit
&start=0&rows=26&wt=javabin&version=2
I have even tried escaping the ! mark ,but doesnt help either
http://xyz.com:12397/solr/tw/select?q=(Organix)&fq={!frange l=834925
u=834925}id&fq={!frange l=834345 u=834345}id&sort=createdOnGMTDate
desc&start=0&rows=26&wt=javabin&version=2
Regards,
Rohit
? Will reducing the
number of
commits per hour help?
2. Most of my queries are field or date faceting based? how to improve
those?
Regards,
Rohit
I am using -Xms2g and -Xmx6g
What would be the ideal JVM size?
Regards,
Rohit
From: Mohammad Shariq
To: solr-user@lucene.apache.org
Sent: Fri, 15 July, 2011 7:27:38 PM
Subject: Re: Need Suggestion
below are certain things to do for search latency.
1) Do
;fq={!frange l=33787806 u=33787918}id&fq={!frange
l=40817415}id&fq=createdOnGMTDate:[2011-07-01T14%3A30%3A00Z+TO+2011-07-21T14%3A30%3A00Z]
Regards,
Rohit
d
not change after updating the symlinks.
(org.apache.lucene.store.MMapDirectory:org.apache.lucene.store.MMapDirectory@/bb/mbigd/mbig2580/srchSolr/apache-solr-4.0.0-ALPHA/example/solr/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@2447e380)
Is there a way to update this dynamically? Thanks a lot
Regards,
Rohit Harchandani
Cool. Thanks. I will have a look at this.
But in this case, if all the files on the master are new, will the entire
index on the slave be replaced or will it add to whatever is currently
present on the slave?
Thanks again,
Rohit
On Tue, Aug 14, 2012 at 6:04 PM, Walter Underwood wrote:
> Why
Thanks everyone. Adding the _version_ field in the schema worked.
Deleting the data directory works for me, but was not sure why deleting
using curl was not working.
On Wed, Sep 5, 2012 at 1:49 PM, Michael Della Bitta <
michael.della.bi...@appinions.com> wrote:
> Rohit:
>
> If
, I apply
an xslt transformation to the response to get a comma separated list of
unique keys. Is there a way to improve this speed?? Would sharding help in
this case?
I am currently using solr 4.0 beta in my application.
Thanks,
Rohit
"A" which has the smallest index size
(4gb).
The query is made to a "master" shard which by default goes to all 3 shards
for results. (also, the query that i am trying matches documents only only
in shard "A" mentioned above)
Will try debugQuery now and post it here.
ids and
getting the remaining fields is turning out to be really slow. It takes a
while to search for a list of unique ids. Is there any config change to
make this process faster?
Also what does isDistrib=false mean when solr generates the queries
internally?
Thanks,
Rohit
On Fri, Oct 19, 2012 at
have all these documents in the same shard? I
went for this approach because the shard which is queried the most is small
and gives a lot of benefit in terms of time taken for all the stats
queries. This shard is only about 5 gb whereas the entire index will be
about 50 gb.
Thanks for the help,
Rohit
ok. but what are the problems when brining up multiple instances reading
from the same data directory?
also how to re-open the searchers without restarting solr?
Thanks,
Rohit
On Tue, Nov 13, 2012 at 11:20 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Hi,
>
> I
#x27;
can you help me in this problem.
with regards
Rohit Arora
my character date in "UTF-8"
format
I find that there are many Unicode Character that are not legal XML Character.
Can any one help me to find the list of all the legal XML Character so that
I can strip all character except those characters.
with regards
Rohit Arora
my character data in "UTF-8"
format
I find that there are many Unicode Character that are not legal XML Character.
Can any one help me to find the list of all the legal XML Character so that
I can strip all character except those characters.
with regards
Rohit Arora
Hi,
I have installed solr lucene 1.3. I am facing a problem wile searching it did
not provides multiple records.
Instead of providing multiple records it provides single record multiple times..
with regards
Rohit Arora
,name,large_desc,small_desc) multiple
times..
I have attached the out put in a (.txt) file..
with regards
Rohit Arora
--- On Thu, 1/8/09, Erik Hatcher wrote:
From: Erik Hatcher
Subject: Re: Problem in Out Put of Search
To: solr-user@lucene.apache.org
Date: Thursday, January 8, 2009, 7:10 PM
field as a uniqueKey in the schema.xml
with regards
Rohit Arora
--- On Fri, 1/9/09, Shalin Shekhar Mangar wrote:
From: Shalin Shekhar Mangar
Subject: Re: Problem in Out Put of Search
To: solr-user@lucene.apache.org
Date: Friday, January 9, 2009, 11:55 AM
There are two documents in that respons
I know this is an old thread, but I am not sure if this thread concluded with
any concrete result.
Martin,
I see you started some changes to Solr Code in "RangeRequestHandler". Did
you ever release them as a patch? Has anybody been working on this issue. I
read through most of Hossman's posts an
Collapse component may be of interest to you
https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
On Fri, May 15, 2009 at 3:52 PM, Matt Mitchell wrote:
> Is there a built-in mechanism for grouping similar documents together in
> the
>
dList result = server.request(req);
System.out.println("Result
:
\n" + result);
} finally {
if (core != null) core.close();
if (container != null) container.shutdown();
}
}
}
Thanks,
Rohit
maintaining custom server code is not a good idea,
but this is just until we can implement index replication.
On Thu, Feb 4, 2010 at 12:28 PM, Yonik Seeley
wrote:
> On Thu, Feb 4, 2010 at 3:03 PM, Rohit Gandhe wrote:
>> We are indexing quite a lot of data using update/csv handler. For
>
Hi,
I am new to Solr Lucene I have only one defaule core i am working on creating
multiple core.
Can you help me in this matter.
with regards
Rohit Arora
--- On Thu, 6/12/08, James Brady <[EMAIL PROTECTED]> wrote:
From: James Brady <[EMAIL PROTECTED]>
Subject: Strategy for pres
Hi,
I configured multi core in Solr Lucene but while giving "java -jar start.jar"
command it through an Error
"Caused by: java.lang.ClassNotFoundException: solr.RandomSortField"
can you help me in this problem.
with regards
Rohit Arora
y help would be greatly appreciated
with regards
Rohit Arora
and maximum version is required for APACHE SOLR
8.2.0?
2. List of all OS minimum and maximum version is required for APACHE SOLR
8.2.0?
Regards,
Rohit Rasal | Assistant Manager | NSDL e-Governance Infrastructure Limited |
(CIN U72900MH1995PLC095642)
Direct: 8347 |Email: roh
101 - 146 of 146 matches
Mail list logo