count mismatch with and without sort param

2020-11-05 Thread Raveendra Yerraguntla
Hello my date query returns mismatch with and without sort parameter. The query parameter is on date field, on which records are inserted few hours ago. sort parameter is different from query parameter, which is the expected the count. Any clues if how it could be different? I am planning to do a

Re: Solr 7.6 optimize index size increase

2020-06-17 Thread Raveendra Yerraguntla
act and the disk will shrink back to only what it >> needs.  saved me a lot of headaches not needing to ever worry about disk >> space >> >> On Tue, Jun 16, 2020 at 4:43 PM Raveendra Yerraguntla >> wrote: >> >>> >>> when optimize command i

Solr 7.6 optimize index size increase

2020-06-16 Thread Raveendra Yerraguntla
when optimize command is issued, the expectation after the completion of optimization process is that the index size either decreases or at most remain same. In solr 7.6 cluster with 50 plus shards, when optimize command is issued, some of the shard's transient or older segment files are not de

Re: How to Add replicas in 7.6, similar to 5.4

2019-04-22 Thread Raveendra Yerraguntla
tributing the leader role unless and until you can prove that having unbalanced leaders is really having a performance impact. In my experience, 95% of the time people spend time trying to manage which nodes are leaders the effort is wasted. Best, Erick > On Apr 20, 2019, at 2:45 PM, Raveendr

How to Add replicas in 7.6, similar to 5.4

2019-04-20 Thread Raveendra Yerraguntla
All, We are upgrading from solr 5.4 to solr 7.6. In 5.4 each solr process based on the core.properties (shard value assigned) will be joining as either leader or replica based on the sequence of start. By following the same procedure in 7.6 the initial leader node solr process is replaced with l

Re: Score field NaN in the expanded Results

2019-03-13 Thread Raveendra Yerraguntla
them as true, the score value is returned when the expand.sort is done on any other field.   On Wednesday, March 13, 2019, 11:09:21 AM EDT, Raveendra Yerraguntla wrote: All, I am using the collapse plugin with the following query params text_field:( apple OR  apples) ) ) Fq :  {!collapse

Score field NaN in the expanded Results

2019-03-13 Thread Raveendra Yerraguntla
All, I am using the collapse plugin with the following query params text_field:( apple OR  apples) ) ) Fq :  {!collapse field=string_field  sort='numeric_field asc , score desc  '  nullPolicy=expand} Raw params : expand=true&expand.rows=600&expand.sort=numeric_field asc The above query result

Re: 6.3 -> 6.4 Sorting responseWriter renamed

2019-01-11 Thread Raveendra Yerraguntla
stein http://joelsolr.blogspot.com/ On Thu, Jan 10, 2019 at 11:21 AM Raveendra Yerraguntla wrote: > Hello All, > > In 6.4 (Solr-9717)  SortingResponseWriter is renamed to ExportWriter and > moved to a different package. > > For migrating to higher Solr (post 6.4) versions, I  need to help with

6.3 -> 6.4 Sorting responseWriter renamed

2019-01-10 Thread Raveendra Yerraguntla
Hello All, In 6.4 (Solr-9717)  SortingResponseWriter is renamed to ExportWriter and moved to a different package. For migrating to higher Solr (post 6.4) versions, I  need to help with compatible functionalities. Application is using  SortingResponseWriter in the searcher handlers inform method

Re: Multiple calls across the distributed nodes for a query

2016-06-15 Thread Raveendra Yerraguntla
about some of this, and provides a way to help force a one-pass even if you > need other fields. > > >> On 6/15/16, 7:31 AM, "Raveendra Yerraguntla" >> wrote: >> >> I need help in understanding a query in solr cloud. >> When user issues a query

Multiple calls across the distributed nodes for a query

2016-06-15 Thread Raveendra Yerraguntla
I need help in understanding a query in solr cloud. When user issues a query , there are are two phases of query - one with the purpose(from debug info) of GET_TOP_FIELDS and another with GET_FIELDS. This is having an effect on end to end performance of the application. - what triggers (any compo

Re: Fwd: Solr cloud replication factort

2016-03-25 Thread Raveendra Yerraguntla
Thanks Shawn. I got both the replies. Most likely we might have used some of the NFS options. I will try them early next week. Thanks Ravi On Wed, Mar 23, 2016 at 9:50 AM, Shawn Heisey wrote: > On 3/23/2016 6:00 AM, Raveendra Yerraguntla wrote: > > I am using Solr 5.4 in solr cloud

Fwd: Solr cloud replication factort

2016-03-23 Thread Raveendra Yerraguntla
All, I am using Solr 5.4 in solr cloud mode in a 8 node cluster. Used the replication factor of 1 for creating the index, then switched to replication factor > 1 for redundancy. With replication factor > 1, and tried to do indexing for incremental. When the incremental indexing happens - getting

autosuggest - terms componet - document details

2009-09-16 Thread Yerraguntla
I just started using terms/autosuggest service.Application need the document details along with result items. What params I need to use to fetch the document details. -- View this message in context: http://www.nabble.com/autosuggest---terms-componet---document-details-tp25476823p25476823.html

Solr 1.4 - autoSuggest - is it a default service

2009-09-14 Thread Yerraguntla
Hi, I am trying to use autoSuggest in Solr 1.4. Is autoSugest service available by default like select? or should I configure anything? Solrconfig.xml contains the termcomponent defined. Thanks R -- View this message in context: http://www.nabble.com/Solr-1.4---autoSuggestis-it-a-defau

Re: solr admin page throwing errors

2009-01-11 Thread Yerraguntla
in the stack trace here. > > > On Jan 9, 2009, at 11:11 AM, Yerraguntla wrote: > >> >> Hi, >> >> I am using solr admin page with index.jsp from >> >> < <%-- $Id: index.jsp 686780 2008-08-18 15:08:28Z yonik $ --%> >>

solr admin page throwing errors

2009-01-09 Thread Yerraguntla
Hi, I am using solr admin page with index.jsp from < <%-- $Id: index.jsp 686780 2008-08-18 15:08:28Z yonik $ --%> I am getting these errors. Any insight will be helpful. HTTP Status 500 - javax.servlet.ServletException: java.lang.NoSuchFieldError: config org.apache.jasper.JasperException: java

Re: Solr Searching on other fields which are not in query

2008-10-30 Thread Yerraguntla
which is a text field. After I populate the text field, I get only the results I am expecting. Thanks for the pointer Jorge ! Yerraguntla wrote: > > Hmm, > > I dont have any defined in the schema.xml. > Can you give the exact syntax how it looks like in schema.xml > >

Re: Solr Searching on other fields which are not in query

2008-10-30 Thread Yerraguntla
: > > Your query > > AnimalName:German Shepard. > > means > > AnimalName:German :Shepard. > > whichever the defaultField is > > Try with > AnimalName:"German Shepard" > > or > > AnimalName:German AND AnimalName:Shepard. > > &

Solr Searching on other fields which are not in query

2008-10-30 Thread Yerraguntla
Hi, I have a data set with the following schema. PersonName:Text AnimalName:Text PlantName:Text < lot more attributes about each of them like nick name, animal nick name, plant generic name etc which are multually exclusive> UniqueId:long For each of the document data set, there will be on

Solr Text Vs String

2008-05-21 Thread Yerraguntla
Hi, I have incoming field stored both as Text and String field in solr indexed data. When I search the following cases, string field returns documents(from Solr client) and not text fields. NAME:T - no results Name_Str:T - returns documents Similarly for the following cases - CPN*, DPS*, S, I

Re: Smart way of indexing for Better performance

2008-03-19 Thread Yerraguntla
data set(number of documents) is not large - 100k. Number of fields could max to 10 . With average size of indexed field could be 200 characters. I tried creating using multiple indexes by using copy field. Let me see how the performance will be with EdgeNGramTokenFilter or EdgeNGramTokenizer T

Smart Indexing for Better performance and functionality ??

2008-03-18 Thread Yerraguntla
Hi, I have the following use case. I could implement the solution but performance is affected. I need some smart ways of doing this. Use Case : Incoming data has two fields which have values like 'WAL MART STORES INC' and 'wal-mart-stores-inc'. Users can search the data either in 'walmart' '

Smart way of indexing for Better performance

2008-03-17 Thread Yerraguntla
Hi, I have the following use case. I could implement the solution but performance is affected. I need some smart ways of doing this. Use Case : Incoming data has two fields which have values like 'WAL MART STORES INC' and 'wal-mart-stores-inc'. Users can search the data either in 'walmart'

Bossting a token with space at the end

2008-02-13 Thread Yerraguntla
Hi, I have to search on Company Names, which contain multiple words. Some of the examples are Micro Image Systems, Microsoft Corp, Sun Microsystems, Advanced Micro systems. For the above example when the search is for micro, the expected results order is Micro Image Systems Advanced Micro sy

Re: Searching solr without qualified field

2008-02-08 Thread Yerraguntla
Nm, the fileds need to be defined as part of copyfield section just like in the example. silly me :( Yerraguntla wrote: > > Hi, > > Basic question :) > > I have added new xml data after changing the example's schema.xml. When > I am using admin qquery page. T

Searching solr without qualified field

2008-02-08 Thread Yerraguntla
Hi, Basic question :) I have added new xml data after changing the example's schema.xml. When I am using admin qquery page. The example works given the value of "video". But for my data the field is looking for fieldname:value to return the results. What should I do if i want to just search