We have an existing search function that involves data across multiple tables in SQL Server. This causes a heavy load on our DB, so I\'m trying to find a better way to searc
Have you tried changing the config to this:
filter { csv { columns => ["_id","postal_code","address_1","city","state_code"] separator => "|" } }
By naming property_id as _id it should get used during indexing.