-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
With over 10 million hits a day, funda.nl is probably the largest ASP.NET website which uses Solr on a Windows platform.
While all our data (i.e. real estate properties) is stored in SQL Server, we're using Solr 1.4.1 to return the faceted search results as fast as we can.And yes, Solr is very…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Installed Solr on my Windows XP PC. Tomcat seems to be working fine. Cannot get Solr to work. I noticed the TrieDateField is declared in a file called schema.xml in the SolrHome directory. Any thoughts?
The Url http://localhost:8080/solr/ returns:
HTTP Status 500 - Severe errors in solr configuration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am installing solr on my VPS (Ubuntu 9.10) via PuTTY.
First, I thought about installing Solr with Tomcat, but then after installing tomcat, I changed my mind and went for the Jetty which comes with Solr.
Now that I have setup everything on my Server, and try to start the "start.jar" file, I get…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to get data from mysql database with the help of DataImportHandler so i can create indexes. Now I've configured my Solr instance so that it works on Tomcat (the example admin page), but if I try to change the sorlconfig.xml file i'll get the error message. I'm working with Solr 3.6
So my configuration…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have an error with java/solr when the traffic grows up.
It seems Solr tries to cast a java.lang.Object to a org.apache.solr.common.util.ConcurrentLRUCache$CacheEntry
SEVERE: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lorg.apache.solr.common.util.ConcurrentLRUCache$CacheEntry;
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to add a simple configuration to a SSIS package, of type SQL Server, so stored in a table. At the end of the wizard, when it goes to try and write a new row to the nominated table to store the configuration it fails with the error:
TITLE: Microsoft Visual Studio
Could not complete wizard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone.
I wonder if you could help me with the following problem:
We have a SharePoint farm consisted of two servers with an NLB (a load balancer), a database server and an index server (4 servers in total).
The issues initially appeared when we were trying to change Search settings via Shared…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I got some codes from other articles for configuring module and layout in zend framework. I tried with in my local. i didn't get different layout for default and admin module. Here is my code for configuring module and layout for zend framework.
configs/application.ini
[production]
#…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In a few large projects i have been working on lately it seems to become increasingly important to choose one or the other (XML or Annotation). As projects grow, consistency is very important for maintainability.
My question is, what do people prefer. Do you prefer XML based or Annotation based…
>>> More
-
as seen on SQLIS
- Search for 'SQLIS'
Continuing my theme of building various types of packages in code, this example shows how to building a package with package configurations. Incidentally it shows you how to add a variable, and a connection too. It covers the five most common configurations: Configuration File Indirect Configuration…
>>> More